Eclipse Platform
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

I

IAbstractTextEditorHelpContextIds - interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds.
Help context ids for the text editor.
IAction - interface org.eclipse.jface.action.IAction.
An action represents the non-UI side of a command which can be triggered by the end user.
IActionBarConfigurer - interface org.eclipse.ui.application.IActionBarConfigurer.
Interface providing special access for configuring the action bars of a workbench window.
IActionBars - interface org.eclipse.ui.IActionBars.
Used by a part to access its menu, toolbar, and status line managers.
IActionBars2 - interface org.eclipse.ui.IActionBars2.
Interface extention to IActionBars that provides an additional cool bar manager.
IActionDelegate - interface org.eclipse.ui.IActionDelegate.
Interface for actions contributed via an extension point.
IActionDelegate2 - interface org.eclipse.ui.IActionDelegate2.
Interface extension to IActionDelegate adding lifecycle methods.
IActionDelegateWithEvent - interface org.eclipse.ui.IActionDelegateWithEvent.
Deprecated. Use org.eclipse.ui.IActionDelegate2 instead.
IActionFilter - interface org.eclipse.ui.IActionFilter.
An adapter which performs action filtering.
IActionGroupFactory - interface org.eclipse.search.ui.IActionGroupFactory.
Allows to specify an ActionGroup factory which will be used by the Search view to create an ActionGroup which is used to build the actions bars and the context menu.
IActivity - interface org.eclipse.ui.activities.IActivity.
An instance of this interface is an activity as defined by the extension point org.eclipse.ui.activities.
IActivityActivityBinding - interface org.eclipse.ui.activities.IActivityActivityBinding.
An instance of this interface represents a binding between an activity and an activity.
IActivityListener - interface org.eclipse.ui.activities.IActivityListener.
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IActivity.
IActivityManager - interface org.eclipse.ui.activities.IActivityManager.
An instance of this interface allows clients to manage activities, as defined by the extension point org.eclipse.ui.activities.
IActivityManagerListener - interface org.eclipse.ui.activities.IActivityManagerListener.
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IActivityManager.
IActivityPatternBinding - interface org.eclipse.ui.activities.IActivityPatternBinding.
An instance of this interface represents a binding between an activity and a pattern.
IAdaptable - interface org.eclipse.core.runtime.IAdaptable.
An interface for an adaptable object.
IAdapterFactory - interface org.eclipse.core.runtime.IAdapterFactory.
An adapter factory defines behavioral extensions for one or more classes that implements the IAdaptable interface.
IAdapterManager - interface org.eclipse.core.runtime.IAdapterManager.
An adapter manager maintains a registry of adapter factories.
IAnnotationAccess - interface org.eclipse.jface.text.source.IAnnotationAccess.
An annotation access provides access to information that is not available via the API of Annotation.
IAnnotationAccessExtension - interface org.eclipse.jface.text.source.IAnnotationAccessExtension.
Extension interface for IAnnotationAccess.
IAnnotationHover - interface org.eclipse.jface.text.source.IAnnotationHover.
Provides the information to be displayed in a hover popup window which appears over the presentation area of annotations.
IAnnotationHoverExtension - interface org.eclipse.jface.text.source.IAnnotationHoverExtension.
Extension to IAnnotationHover for providing its own information control creator providing the range of lines for which the hover for a given line is valid
IAnnotationImageProvider - interface org.eclipse.ui.texteditor.IAnnotationImageProvider.
Provides an image for a given annotation.
IAnnotationModel - interface org.eclipse.jface.text.source.IAnnotationModel.
This interface defines the model for managing annotations attached to a document.
IAnnotationModelExtension - interface org.eclipse.jface.text.source.IAnnotationModelExtension.
Extends IAnnotationModel with the ability to attach additional annotation models to it.
IAnnotationModelListener - interface org.eclipse.jface.text.source.IAnnotationModelListener.
Interface for objects interested in getting informed about annotation model changes.
IAnnotationModelListenerExtension - interface org.eclipse.jface.text.source.IAnnotationModelListenerExtension.
Extension interface for IAnnotationModelListener.
IAnnotationPresentation - interface org.eclipse.jface.text.source.IAnnotationPresentation.
Interface for annotations that know how to represent themselves.
IAntClasspathEntry - interface org.eclipse.ant.core.IAntClasspathEntry.
Represents an Ant classpath entry.
IAntPropertyValueProvider - interface org.eclipse.ant.core.IAntPropertyValueProvider.
An interface that must be implemented by plugins that wish to contribute predefined variables to an Ant project when run from within Eclipse.
IArchiveReference - interface org.eclipse.update.core.IArchiveReference.
Site archive interface.
IAutoEditStrategy - interface org.eclipse.jface.text.IAutoEditStrategy.
An auto edit strategy can adapt changes that will be applied to a text viewer's document.
IAutoIndentStrategy - interface org.eclipse.jface.text.IAutoIndentStrategy.
Exists for backward compatibility.
IBaseLabelProvider - interface org.eclipse.jface.viewers.IBaseLabelProvider.
A label provider maps an element of the viewer's model to an optional image and optional text string used to display the element in the viewer's control.
IBasicPropertyConstants - interface org.eclipse.jface.viewers.IBasicPropertyConstants.
Predefined property names used for elements displayed in viewers.
IBreakpoint - interface org.eclipse.debug.core.model.IBreakpoint.
A breakpoint is capable of suspending the execution of a program at a specific location when a program is running in debug mode.
IBreakpointListener - interface org.eclipse.debug.core.IBreakpointListener.
A breakpoint listener is notified of breakpoint additions, removals, and changes.
IBreakpointManager - interface org.eclipse.debug.core.IBreakpointManager.
The breakpoint manager manages the collection of breakpoints in the workspace.
IBreakpointsListener - interface org.eclipse.debug.core.IBreakpointsListener.
A breakpoints listener is notified of breakpoint additions, removals, and changes.
IBrowser - interface org.eclipse.help.browser.IBrowser.
Represents a web browser that can be used by clients to display documents for the given URLs.
IBrowserFactory - interface org.eclipse.help.browser.IBrowserFactory.
Implementators of org.eclipse.help.base.browser extension points must provide implementation of this interface.
ICON - Static variable in class org.eclipse.swt.SWT
Constant indicating that an image or operation is of type icon (value is 1).
ICON_ERROR - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for error icon behavior (value is 1).
ICON_INFORMATION - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for information icon behavior (value is 1<<1).
ICON_QUESTION - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for question icon behavior (value is 1<<2).
ICON_WARNING - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for warning icon behavior (value is 1<<3).
ICON_WORKING - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for "working" icon behavior (value is 1<<4).
ICapabilityInstallWizard - interface org.eclipse.ui.ICapabilityInstallWizard.
Interface for project capability install wizard.
ICapabilityUninstallWizard - interface org.eclipse.ui.ICapabilityUninstallWizard.
Interface for project capability uninstall wizard.
ICategory - interface org.eclipse.ui.activities.ICategory.
An instance of this interface is a category as defined by the extension point org.eclipse.ui.activities.
ICategory - interface org.eclipse.ui.commands.ICategory.
An instance of ICategory is a handle representing a category as defined by the extension point org.eclipse.ui.commands.
ICategory - interface org.eclipse.update.core.ICategory.
Feature category definition.
ICategoryActivityBinding - interface org.eclipse.ui.activities.ICategoryActivityBinding.
An instance of this interface represents a binding between a category and an activity.
ICategoryListener - interface org.eclipse.ui.activities.ICategoryListener.
An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICategory.
ICategoryListener - interface org.eclipse.ui.commands.ICategoryListener.
An instance of ICategoryListener can be used by clients to receive notification of changes to one or more instances of ICategory.
ICellEditorListener - interface org.eclipse.jface.viewers.ICellEditorListener.
A listener which is notified of significant events in the life of a cell editor.
ICellEditorValidator - interface org.eclipse.jface.viewers.ICellEditorValidator.
An interface for validating a cell editor's input.
ICellModifier - interface org.eclipse.jface.viewers.ICellModifier.
A cell modifier is used to access the data model from a cell editor in an abstract way.
IChangeRulerColumn - interface org.eclipse.jface.text.source.IChangeRulerColumn.
An IChangeRulerColumn can display quick diff information.
ICharacterPairMatcher - interface org.eclipse.jface.text.source.ICharacterPairMatcher.
A character pair matcher finds to a character at a certain document offset the matching peer character.
ICharacterScanner - interface org.eclipse.jface.text.rules.ICharacterScanner.
Defines the interface of a character scanner used by rules.
ICheckStateListener - interface org.eclipse.jface.viewers.ICheckStateListener.
A listener which is notified of changes to the checked state of items in checkbox viewers.
ICheckable - interface org.eclipse.jface.viewers.ICheckable.
Interface for objects that support elements with a checked state.
IColorProvider - interface org.eclipse.jface.viewers.IColorProvider.
Interface to provide color representation for a given element.
ICommand - interface org.eclipse.core.resources.ICommand.
A builder command names a builder and supplies a table of name-value argument pairs.
ICommand - interface org.eclipse.ui.commands.ICommand.
An instance of ICommand is a handle representing a command as defined by the extension point org.eclipse.ui.commands.
ICommandHandlerService - interface org.eclipse.ui.commands.ICommandHandlerService.
An instance of this interface allows clients to manage command handlers.
ICommandHandlerServiceListener - interface org.eclipse.ui.commands.ICommandHandlerServiceListener.
An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICommandHandlerService.
ICommandListener - interface org.eclipse.ui.commands.ICommandListener.
An instance of ICommandListener can be used by clients to receive notification of changes to one or more instances of ICommand.
ICommandManager - interface org.eclipse.ui.commands.ICommandManager.
An instance of ICommandManager can be used to obtain instances of ICommand, as well as manage whether or not those instances are active or inactive, enabled or disabled.
ICommandManagerListener - interface org.eclipse.ui.commands.ICommandManagerListener.
An instance of ICommandManagerListener can be used by clients to receive notification of changes to one or more instances of ICommandManager.
ICommandService - interface org.eclipse.ui.commands.ICommandService.
TODO javadoc
ICommandServiceEvent - interface org.eclipse.ui.commands.ICommandServiceEvent.
An instance of ICommandServiceEvent describes changes to an instance of ICommandService.
ICommandServiceListener - interface org.eclipse.ui.commands.ICommandServiceListener.
An instance of ICommandServiceListener can be used by clients to receive notification of changes to one or more instances of ICommandService.
ICompareInput - interface org.eclipse.compare.structuremergeviewer.ICompareInput.
Interface for objects used as input to a two-way or three-way compare viewer.
ICompareInputChangeListener - interface org.eclipse.compare.structuremergeviewer.ICompareInputChangeListener.
Listener that gets informed if one (or more) of the three sides of an ICompareInput object changes its value.
ICompareNavigator - interface org.eclipse.compare.ICompareNavigator.
A ICompareNavigator is used to navigate through the individual differences of a CompareEditorInput.
ICompletionProposal - interface org.eclipse.jface.text.contentassist.ICompletionProposal.
The interface of completion proposals generated by content assist processors.
ICompletionProposalExtension - interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension.
Extension interface to ICompletionProposal.
ICompletionProposalExtension2 - interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension2.
Extension interface to ICompletionProposal.
ICompletionProposalExtension3 - interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension3.
Extension interface to ICompletionProposal.
ICompoundCommandHandlerService - interface org.eclipse.ui.commands.ICompoundCommandHandlerService.
An instance of this interface allows clients to manage command handlers.
ICompoundContextActivationService - interface org.eclipse.ui.contexts.ICompoundContextActivationService.
An instance of this interface allows clients to manage context activation.
IConfigurationElement - interface org.eclipse.core.runtime.IConfigurationElement.
A configuration element, with its attributes and children, directly reflects the content and structure of the extension section within the declaring plug-in's manifest (plugin.xml) file.
IConfigurationWizard - interface org.eclipse.team.ui.IConfigurationWizard.
IConfigurationWizard defines the interface that users of the extension point org.eclipse.team.ui.configurationWizards must implement.
IConsole - interface org.eclipse.debug.ui.console.IConsole.
A console that displays output and writes input to a process.
IConsoleColorProvider - interface org.eclipse.debug.ui.console.IConsoleColorProvider.
Provides coloring for a console document.
IConsoleHyperlink - interface org.eclipse.debug.ui.console.IConsoleHyperlink.
A hyperlink in the console.
IConsoleLineTracker - interface org.eclipse.debug.ui.console.IConsoleLineTracker.
Notified of lines appended to the console.
IConsoleLineTrackerExtension - interface org.eclipse.debug.ui.console.IConsoleLineTrackerExtension.
An extension to the console line tracker interface that console line trackers may implement to be notified when output from the console is complete.
IContainer - interface org.eclipse.core.resources.IContainer.
Interface for resources which may contain other resources (termed its members).
IContainmentAdapter - interface org.eclipse.ui.IContainmentAdapter.
This adapter interface provides a way to test element containment in a model-independent way.
IContentAssistProcessor - interface org.eclipse.jface.text.contentassist.IContentAssistProcessor.
A content assist processor proposes completions and computes context information for a particular content type.
IContentAssistProcessorExtension - interface org.eclipse.jface.text.contentassist.IContentAssistProcessorExtension.
Extends IContentAssit with the concept of a content assist subject which provides the context for the content assistant.
IContentAssistSubject - interface org.eclipse.jface.text.contentassist.IContentAssistSubject.
A content assist subject can request assistance provided by a content assistant.
IContentAssistant - interface org.eclipse.jface.text.contentassist.IContentAssistant.
An IContentAssistant provides support on interactive content completion.
IContentAssistantExtension - interface org.eclipse.jface.text.contentassist.IContentAssistantExtension.
Extension interface for IContentAssistant.
IContentChangeListener - interface org.eclipse.compare.IContentChangeListener.
An IContentChangeListener is informed about content changes of a IContentChangeNotifier.
IContentChangeNotifier - interface org.eclipse.compare.IContentChangeNotifier.
Interface common to all objects that provide a means for registering for content change notification.
IContentConsumer - interface org.eclipse.update.core.IContentConsumer.
Generic content consumer.
IContentFormatter - interface org.eclipse.jface.text.formatter.IContentFormatter.
The interface of a document content formatter.
IContentFormatterExtension - interface org.eclipse.jface.text.formatter.IContentFormatterExtension.
Extension interface for IContentFormatter.
IContentFormatterExtension2 - interface org.eclipse.jface.text.formatter.IContentFormatterExtension2.
Extension interface for IContentFormatter.
IContentProvider - interface org.eclipse.jface.viewers.IContentProvider.
A content provider mediates between the viewer's model and the viewer itself.
IContext - interface org.eclipse.help.IContext.
A context registered for context-sensitive help.
IContext - interface org.eclipse.ui.contexts.IContext.
An instance of this interface is an context as defined by the extension point org.eclipse.ui.contexts.
IContextActivationService - interface org.eclipse.ui.contexts.IContextActivationService.
An instance of this interface allows clients to manage context activation.
IContextActivationServiceListener - interface org.eclipse.ui.contexts.IContextActivationServiceListener.
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IContextActivationService.
IContextBinding - interface org.eclipse.ui.commands.IContextBinding.
An instance of IActivityBinding represents a binding between a command and an activity.
IContextComputer - interface org.eclipse.ui.help.IContextComputer.
Deprecated. nested contexts are no longer supported by the help support system
IContextContextBinding - interface org.eclipse.ui.contexts.IContextContextBinding.
An instance of this interface represents a binding between an context and an context.
IContextInformation - interface org.eclipse.jface.text.contentassist.IContextInformation.
The inferface of context information presented to the user and generated by content assist processors.
IContextInformationExtension - interface org.eclipse.jface.text.contentassist.IContextInformationExtension.
Extension interface for IContextInformation.
IContextInformationPresenter - interface org.eclipse.jface.text.contentassist.IContextInformationPresenter.
A context information presenter determines the presentation of context information depending on a given document position.
IContextInformationPresenterExtension - interface org.eclipse.jface.text.contentassist.IContextInformationPresenterExtension.
Extends IContentAssit with the concept of a content assist subject which provides the context for the content assistant.
IContextInformationValidator - interface org.eclipse.jface.text.contentassist.IContextInformationValidator.
A context information validator is used to determine if a displayed context information is still valid or should be dismissed.
IContextInformationValidatorExtension - interface org.eclipse.jface.text.contentassist.IContextInformationValidatorExtension.
Extends IContentAssit with the concept of a content assist subject which provides the context for the content assistant.
IContextListener - interface org.eclipse.ui.contexts.IContextListener.
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IContext.
IContextManager - interface org.eclipse.ui.contexts.IContextManager.
An instance of this interface allows clients to manage contexts, as defined by the extension point org.eclipse.ui.contexts.
IContextManagerListener - interface org.eclipse.ui.contexts.IContextManagerListener.
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IContextManager.
IContextMenuConstants - interface org.eclipse.search.ui.IContextMenuConstants.
Constants for menu groups used in context menus for Search views and editors.
IContextMenuContributor - interface org.eclipse.search.ui.IContextMenuContributor.
Specify how clients can add menu items to the context menu of the search result view.
IContributedContentsView - interface org.eclipse.ui.part.IContributedContentsView.
This interface is used to identify workbench views which allow other parts (typically the active part) to supply their contents.
IContributionItem - interface org.eclipse.jface.action.IContributionItem.
A contribution item represents a contribution to a shared UI resource such as a menu or tool bar.
IContributionManager - interface org.eclipse.jface.action.IContributionManager.
A contribution manager organizes contributions to such UI components as menus, toolbars and status lines.
IContributionManagerOverrides - interface org.eclipse.jface.action.IContributionManagerOverrides.
This interface is used by instances of IContributionItem to determine if the values for certain properties have been overriden by their manager.
IContributorResourceAdapter - interface org.eclipse.ui.IContributorResourceAdapter.
The IContributorResourceAdapter is an interface that defines the API required to get a resource that an object adapts to for use of object contributions, decorators and property pages that have adaptable = true.
ICoolBarManager - interface org.eclipse.jface.action.ICoolBarManager.
The ICoolBarManager interface provides protocol for managing contributions to a cool bar.
ID - Static variable in interface org.eclipse.debug.core.model.IBreakpoint
Debug model identifier breakpoint marker attribute (value "org.eclipse.debug.core.id").
ID - Static variable in class org.eclipse.ui.actions.AddBookmarkAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.AddTaskAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CloseResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CopyProjectAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CopyResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CreateFileAction
Deprecated. The id of this action.
ID - Static variable in class org.eclipse.ui.actions.CreateFolderAction
Deprecated. The id of this action.
ID - Static variable in class org.eclipse.ui.actions.DeleteResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.MoveProjectAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.MoveResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.OpenFileAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.OpenResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.OpenSystemEditorAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.OpenWithMenu
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.RefreshAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.RenameResourceAction
The id of this action.
ID - Static variable in class org.eclipse.ui.actions.ScrubLocalAction
The id of this action.
IDE - class org.eclipse.ui.ide.IDE.
Collection of IDE-specific APIs factored out of existing workbench.
IDE.Preferences - interface org.eclipse.ui.ide.IDE.Preferences.
Preferences defined by the IDE workbench.
IDE.SharedImages - interface org.eclipse.ui.ide.IDE.SharedImages.
Standard shared images defined by the IDE.
IDEActionFactory - class org.eclipse.ui.ide.IDEActionFactory.
Access to standard actions provided by the IDE workbench (including those of the generic workbench).
IDLFLAG_FIN - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IDLFLAG_FLCID - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IDLFLAG_FOUT - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IDLFLAG_FRETVAL - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IDLFLAG_NONE - Static variable in class org.eclipse.swt.ole.win32.OLE
 
ID_BOOKMARKS - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Bookmark Navigator standard component.
ID_BREAKPOINT_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Breakpoint view identifier (value "org.eclipse.debug.ui.BreakpointView").
ID_BUILD - Static variable in class org.eclipse.ui.actions.BuildAction
The id of an incremental build action.
ID_CONSOLE_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Deprecated. Use org.eclipse.ui.console.IConsoleConstants.ID_CONSOLE_VIEW
ID_DEBUG_LAUNCH_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard 'debug' launch group.
ID_DEBUG_MODEL_PRESENTATION - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug model presentation simple extension point identifier (value "debugModelPresentations").
ID_DEBUG_PERSPECTIVE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug perspective identifier (value "org.eclipse.debug.ui.DebugPerspective").
ID_DEBUG_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug view identifier (value "org.eclipse.debug.ui.DebugView").
ID_DONTIGNORE_WS - Static variable in class org.eclipse.team.core.subscribers.ContentComparisonCriteria
 
ID_EDITOR_AREA - Static variable in interface org.eclipse.ui.IPageLayout
The part id for the workbench's editor area.
ID_EXPRESSION_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Expression view identifier (value "org.eclipse.debug.ui.ExpressionView").
ID_IGNORE_WS - Static variable in class org.eclipse.team.core.subscribers.ContentComparisonCriteria
 
ID_NAVIGATE_ACTION_SET - Static variable in interface org.eclipse.ui.IPageLayout
Id of the navigate action set.
ID_OUTLINE - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Content Outline standard component.
ID_PROBLEM_VIEW - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Task List standard component.
ID_PROFILE_LAUNCH_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard 'profile' launch group.
ID_PROP_SHEET - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Property Sheet standard component.
ID_REBUILD_ALL - Static variable in class org.eclipse.ui.actions.BuildAction
The id of a rebuild all action.
ID_RES_NAV - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Resource Navigator standard component.
ID_RUN_LAUNCH_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard 'run' launch group.
ID_STANDARD_ERROR_STREAM - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard error stream.
ID_STANDARD_INPUT_STREAM - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard input stream.
ID_STANDARD_OUTPUT_STREAM - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the standard out stream.
ID_TASK_LIST - Static variable in interface org.eclipse.ui.IPageLayout
The view id for the workbench's Task List standard component.
ID_VARIABLE_VIEW - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Variable view identifier (value "org.eclipse.debug.ui.VariableView").
IDebugEditorPresentation - interface org.eclipse.debug.ui.IDebugEditorPresentation.
A debug model presentation may implement this interface to provide editor related decorations for editors opened by the debugger.
IDebugElement - interface org.eclipse.debug.core.model.IDebugElement.
A debug element represents an artifact in a program being debugged.
IDebugEventFilter - interface org.eclipse.debug.core.IDebugEventFilter.
An event filter allows clients to intercept debug events.
IDebugEventSetListener - interface org.eclipse.debug.core.IDebugEventSetListener.
A debug event set listener registers with the debug plug-in to receive event notification from programs being run or debugged.
IDebugModelPresentation - interface org.eclipse.debug.ui.IDebugModelPresentation.
A debug model presentation is responsible for providing labels, images, and editors associated with debug elements in a specific debug model.
IDebugTarget - interface org.eclipse.debug.core.model.IDebugTarget.
A debug target is a debuggable execution context.
IDebugUIConstants - interface org.eclipse.debug.ui.IDebugUIConstants.
Constant definitions for debug UI plug-in.
IDebugView - interface org.eclipse.debug.ui.IDebugView.
Common function for debug views.
IDecoration - interface org.eclipse.jface.viewers.IDecoration.
Defines the result of decorating an element.
IDecoratorManager - interface org.eclipse.ui.IDecoratorManager.
Manages the decorators contributed via the decorators extension point.
IDeferredWorkbenchAdapter - interface org.eclipse.ui.progress.IDeferredWorkbenchAdapter.
This adapter interface provides support for lazy initialization of UI workbench elements that are displayed visually.
IDialogConstants - interface org.eclipse.jface.dialogs.IDialogConstants.
 
IDialogPage - interface org.eclipse.jface.dialogs.IDialogPage.
Interface for a page in a multi-page dialog.
IDialogSettings - interface org.eclipse.jface.dialogs.IDialogSettings.
An interface to a storage mechanism for making dialog settings persistent.
IDiffContainer - interface org.eclipse.compare.structuremergeviewer.IDiffContainer.
IDiffContainer is a IDiffElement with children.
IDiffElement - interface org.eclipse.compare.structuremergeviewer.IDiffElement.
An IDiffElement is used in the DiffTreeViewer to display the kind of change detected as the result of a two-way or three-way compare.
IDisconnect - interface org.eclipse.debug.core.model.IDisconnect.
The ability to end a debug session with a target program and allow the target to continue running.
IDocument - interface org.eclipse.jface.text.IDocument.
An IDocument represents text providing support for text manipulation positions partitions line information search document change listeners document partition change listeners A document allows to set its content and to manipulate it.
IDocumentAdapter - interface org.eclipse.jface.text.IDocumentAdapter.
Adapts an IDocument to the StyledTextContent interface.
IDocumentAdapterExtension - interface org.eclipse.jface.text.IDocumentAdapterExtension.
Extension interface for IDocumentAdapter.
IDocumentExtension - interface org.eclipse.jface.text.IDocumentExtension.
Extension interface for IDocument.
IDocumentExtension.IReplace - interface org.eclipse.jface.text.IDocumentExtension.IReplace.
Interface for a post notification replace operation.
IDocumentExtension2 - interface org.eclipse.jface.text.IDocumentExtension2.
Extension interface for IDocument.
IDocumentExtension3 - interface org.eclipse.jface.text.IDocumentExtension3.
Extension interface for IDocument.
IDocumentFactory - interface org.eclipse.core.filebuffers.IDocumentFactory.
Factory for text file buffer documents.
IDocumentInformationMapping - interface org.eclipse.jface.text.IDocumentInformationMapping.
A IDocumentInformationMapping represents a mapping between the coordinates of two IDocument objects: the original and the image.
IDocumentListener - interface org.eclipse.jface.text.IDocumentListener.
Interface for objects which are interested in getting informed about document changes.
IDocumentPartitioner - interface org.eclipse.jface.text.IDocumentPartitioner.
A document partitioner divides a document into a set of disjoint text partitions.
IDocumentPartitionerExtension - interface org.eclipse.jface.text.IDocumentPartitionerExtension.
Extension interface for IDocumentPartitioner.
IDocumentPartitionerExtension2 - interface org.eclipse.jface.text.IDocumentPartitionerExtension2.
Extension interface for IDocumentPartitioner.
IDocumentPartitioningListener - interface org.eclipse.jface.text.IDocumentPartitioningListener.
Interface of objects which are interested in getting informed about changes of a document's partitioning.
IDocumentPartitioningListenerExtension - interface org.eclipse.jface.text.IDocumentPartitioningListenerExtension.
Extension interface for IDocumentPartitioningListener.
IDocumentPartitioningListenerExtension2 - interface org.eclipse.jface.text.IDocumentPartitioningListenerExtension2.
Extension interface to |DocumentPartitioningListener.
IDocumentProvider - interface org.eclipse.ui.texteditor.IDocumentProvider.
A document provider maps between domain elements and documents.
IDocumentProviderExtension - interface org.eclipse.ui.texteditor.IDocumentProviderExtension.
Extension interface for IDocumentProvider.
IDocumentProviderExtension2 - interface org.eclipse.ui.texteditor.IDocumentProviderExtension2.
Extension interface for IDocumentProvider.
IDocumentProviderExtension3 - interface org.eclipse.ui.texteditor.IDocumentProviderExtension3.
Extension interface to IDocumentProvider.
IDocumentRange - interface org.eclipse.compare.contentmergeviewer.IDocumentRange.
Defines a subrange in a document.
IDocumentSetupParticipant - interface org.eclipse.core.filebuffers.IDocumentSetupParticipant.
Participates in the setup of a text file buffer document.
IDoubleClickListener - interface org.eclipse.jface.viewers.IDoubleClickListener.
A listener which is notified of double-click events on viewers.
IDropActionDelegate - interface org.eclipse.ui.part.IDropActionDelegate.
Interface for actions supplied by extensions to the org.eclipse.ui.dropActions extension point.
IDynamicVariable - interface org.eclipse.core.variables.IDynamicVariable.
A dynamic variable is a variable whose value is computed dynamically by a resolver at the time a string substitution is performed.
IDynamicVariableResolver - interface org.eclipse.core.variables.IDynamicVariableResolver.
Resolves the value for a dynamic variable.
IEditableContent - interface org.eclipse.compare.IEditableContent.
Common interface for objects with editable contents.
IEditorActionBarContributor - interface org.eclipse.ui.IEditorActionBarContributor.
A editor action bar contributor defines the actions for one or more editors.
IEditorActionDelegate - interface org.eclipse.ui.IEditorActionDelegate.
Interface for an action that is contributed into an editor-activated menu or tool bar.
IEditorDescriptor - interface org.eclipse.ui.IEditorDescriptor.
Description of an editor in the workbench editor registry.
IEditorInput - interface org.eclipse.ui.IEditorInput.
IEditorInput is a light weight descriptor of editor input, like a file name but more abstract.
IEditorLauncher - interface org.eclipse.ui.IEditorLauncher.
An editor launcher is used to launch external editors on an file in the local file system.
IEditorPart - interface org.eclipse.ui.IEditorPart.
An editor is a visual component within a workbench page.
IEditorReference - interface org.eclipse.ui.IEditorReference.
Implements a reference to a editor.
IEditorRegistry - interface org.eclipse.ui.IEditorRegistry.
Registry of editors known to the workbench.
IEditorSite - interface org.eclipse.ui.IEditorSite.
The primary interface between an editor part and the outside world.
IEditorStatusLine - interface org.eclipse.ui.texteditor.IEditorStatusLine.
An interface to use the status line of an editor.
IElementCollector - interface org.eclipse.jface.progress.IElementCollector.
IElementCollector is a type that allows for the incremental update of a collection of objects.
IElementComparer - interface org.eclipse.jface.viewers.IElementComparer.
This interface is used to compare elements in a viewer for equality, and to provide the hash code for an element.
IElementFactory - interface org.eclipse.ui.IElementFactory.
A factory for re-creating objects from a previously saved memento.
IElementStateListener - interface org.eclipse.ui.texteditor.IElementStateListener.
Interface for parties interested in standardized element changes.
IElementStateListenerExtension - interface org.eclipse.ui.texteditor.IElementStateListenerExtension.
Extension interface for IElementStateListener.
IEncodingActionsConstants - interface org.eclipse.ui.editors.text.IEncodingActionsConstants.
Defines the names of the encoding actions.
IEncodingActionsDefinitionIds - interface org.eclipse.ui.editors.text.IEncodingActionsDefinitionIds.
Defines the definition ids for the encoding actions.
IEncodingActionsHelpContextIds - interface org.eclipse.ui.editors.text.IEncodingActionsHelpContextIds.
Help context ids for the encoding actions.
IEncodingSupport - interface org.eclipse.ui.editors.text.IEncodingSupport.
Interface to be implemented by objects supporting character encodings.
IErrorReportingExpression - interface org.eclipse.debug.core.model.IErrorReportingExpression.
An expression that can report errors which occurred during the expression's evaluation.
IEventConsumer - interface org.eclipse.jface.text.IEventConsumer.
Implementers can register with a text viewer and receive VerifyEvents before the text viewer they are registered with.
IExecutableExtension - interface org.eclipse.core.runtime.IExecutableExtension.
Interface for executable extension classes that require access to their configuration element, or implement an extension adapter.
IExportWizard - interface org.eclipse.ui.IExportWizard.
Interface for export wizards.
IExpression - interface org.eclipse.debug.core.model.IExpression.
An expression is a snippet of code that can be evaluated to produce a value.
IExpressionListener - interface org.eclipse.debug.core.IExpressionListener.
An expression listener is notified of expression additions, removals, and changes.
IExpressionManager - interface org.eclipse.debug.core.IExpressionManager.
The expression manager manages the collection of registered expressions in the workspace.
IExpressionsListener - interface org.eclipse.debug.core.IExpressionsListener.
An expression listener is notified of expression additions, removals, and changes.
IExtension - interface org.eclipse.core.runtime.IExtension.
An extension declared in a plug-in.
IExtensionDelta - interface org.eclipse.core.runtime.IExtensionDelta.
An extension delta represents changes to the extension registry.
IExtensionPoint - interface org.eclipse.core.runtime.IExtensionPoint.
An extension point declared in a plug-in.
IExtensionRegistry - interface org.eclipse.core.runtime.IExtensionRegistry.
The extension registry holds the master list of all discovered elements, extension points and extensions.
IFeature - interface org.eclipse.update.core.IFeature.
Feature defines the packaging "container" for a group of related plug-ins, plug-in fragments, and optionally non-plug-in files.
IFeatureContentConsumer - interface org.eclipse.update.core.IFeatureContentConsumer.
Feature content consumer.
IFeatureContentProvider - interface org.eclipse.update.core.IFeatureContentProvider.
Feature content provider.
IFeatureFactory - interface org.eclipse.update.core.IFeatureFactory.
Feature factory interface.
IFeatureReference - interface org.eclipse.update.core.IFeatureReference.
Feature reference.
IFile - interface org.eclipse.core.resources.IFile.
Files are leaf resources which contain data.
IFileBuffer - interface org.eclipse.core.filebuffers.IFileBuffer.
A file buffer represents a file that can be edited by more than one client.
IFileBufferListener - interface org.eclipse.core.filebuffers.IFileBufferListener.
Interface for listeners of file buffer changes.
IFileBufferManager - interface org.eclipse.core.filebuffers.IFileBufferManager.
A file buffer manager manages file buffers for files while the files are connected to the file buffer manager.
IFileEditorInput - interface org.eclipse.ui.IFileEditorInput.
This interface defines a file-oriented input to an editor.
IFileEditorMapping - interface org.eclipse.ui.IFileEditorMapping.
An association between a file name/extension and a list of known editors for files of that type.
IFileModificationValidator - interface org.eclipse.core.resources.IFileModificationValidator.
The file modification validator is a VCM-related hook for pre-checking operations that modify the contents of files.
IFileState - interface org.eclipse.core.resources.IFileState.
A previous state of a file stored in the workspace's local history.
IFileTypeInfo - interface org.eclipse.team.core.IFileTypeInfo.
A file type info specifies both the file extension and the corresponding file type.
IFilteredStep - interface org.eclipse.debug.core.model.IFilteredStep.
Provides the ability to perform a filtered step.
IFindReplaceTarget - interface org.eclipse.jface.text.IFindReplaceTarget.
Defines the interface for finding and replacing strings.
IFindReplaceTargetExtension - interface org.eclipse.jface.text.IFindReplaceTargetExtension.
Extension interface for IFindReplaceTarget.
IFindReplaceTargetExtension2 - interface org.eclipse.ui.texteditor.IFindReplaceTargetExtension2.
Extension interface for IFindReplaceTarget.
IFindReplaceTargetExtension3 - interface org.eclipse.jface.text.IFindReplaceTargetExtension3.
Extension interface for IFindReplaceTarget.
IFlushableStreamMonitor - interface org.eclipse.debug.core.model.IFlushableStreamMonitor.
A stream monitor who's contents can be flushed.
IFolder - interface org.eclipse.core.resources.IFolder.
Folders may be leaf or non-leaf resources and may contain files and/or other folders.
IFolderLayout - interface org.eclipse.ui.IFolderLayout.
An IFolderLayout is used to define the initial pages within a folder.
IFormattingContext - interface org.eclipse.jface.text.formatter.IFormattingContext.
Formatting context used in formatting strategies implementing interface IFormattingStrategyExtension.
IFormattingStrategy - interface org.eclipse.jface.text.formatter.IFormattingStrategy.
An formatting strategy is assumed to be specialized on formatting text of a particular content type.
IFormattingStrategyExtension - interface org.eclipse.jface.text.formatter.IFormattingStrategyExtension.
Extension interface for IFormattingStrategy.
IFrameSource - interface org.eclipse.ui.views.framelist.IFrameSource.
A frame source is the source of frames which appear in a frame list.
IGNORE - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for an IGNORE button; the only valid combination is ABORT|RETRY|IGNORE (value is 1<<11).
IGNORE_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Button id for an "Ignore" button (value 9).
IGNORE_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
 
IGNORE_WHITESPACE - Static variable in class org.eclipse.compare.CompareConfiguration
Name of the ignore whitespace property (value "IGNORE_WHITESPACE").
IGotoMarker - interface org.eclipse.ui.ide.IGotoMarker.
An adapter interface for editors, which allows the editor to reveal the position of a given marker.
IGroupByKeyComputer - interface org.eclipse.search.ui.IGroupByKeyComputer.
Computes the key by which the markers in the search result view are grouped.
IHandler - interface org.eclipse.ui.commands.IHandler.
 
IHelp - interface org.eclipse.help.IHelp.
Deprecated. This interface became obsolete in 3.0, along with the extension point that it was associated with. The functionality provided by this interface is available elsewhere. Use HelpSystem.getTocs() and HelpSystem.getContext(String) to obtain help resources. Use various display methods of WorkbenchHelp to display help resources.
IHelpContentProducer - interface org.eclipse.help.IHelpContentProducer.
Producer capable of generating or otherwise obtaining contents for help resources.
IHelpResource - interface org.eclipse.help.IHelpResource.
A help resource, usually a help topic.
IIDEActionConstants - interface org.eclipse.ui.ide.IIDEActionConstants.
Identifiers for IDE menus, toolbars and groups.
IID_IDISPATCH - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IID_IUNKNOWN - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IIdentifier - interface org.eclipse.ui.activities.IIdentifier.
An instance of this interface can be obtained from an instance of IActivityManager for any identifier.
IIdentifierListener - interface org.eclipse.ui.activities.IIdentifierListener.
An instance of this interface can be used by clients to receive notification of changes to one or more instances of IIdentifier.
IIgnoreInfo - interface org.eclipse.team.core.IIgnoreInfo.
An ignore info specifies both the pattern and the enabled state of a globally ignored pattern.
IImageBinding - interface org.eclipse.ui.commands.IImageBinding.
An instance of IImageBinding represents a binding between a command and an image
IImport - interface org.eclipse.update.core.IImport.
Plug-in dependency entry.
IImportStructureProvider - interface org.eclipse.ui.wizards.datatransfer.IImportStructureProvider.
Interface which can provide structure and content information for an element (for example, a file system element).
IImportWizard - interface org.eclipse.ui.IImportWizard.
Interface for import wizards.
IInPlaceEditor - interface org.eclipse.ui.IInPlaceEditor.
Interface for editor parts that represent an in-place style editor.
IInPlaceEditorInput - interface org.eclipse.ui.IInPlaceEditorInput.
This interface defines an editor input for in-place editors.
IIncludedFeatureReference - interface org.eclipse.update.core.IIncludedFeatureReference.
Included Feature reference.
IIndexedValue - interface org.eclipse.debug.core.model.IIndexedValue.
A value containing an indexed collection of variables - for example, an array.
IInformationControl - interface org.eclipse.jface.text.IInformationControl.
Interface of a control presenting information.
IInformationControlCreator - interface org.eclipse.jface.text.IInformationControlCreator.
Interface of a factory of information controls.
IInformationControlCreatorExtension - interface org.eclipse.jface.text.IInformationControlCreatorExtension.
Extension to IInformationControlCreator which tests if an existing information control can be reused.
IInformationControlExtension - interface org.eclipse.jface.text.IInformationControlExtension.
Extension interface for IInformationControl.
IInformationControlExtension2 - interface org.eclipse.jface.text.IInformationControlExtension2.
Extension interface for IInformationControl.
IInformationPresenter - interface org.eclipse.jface.text.information.IInformationPresenter.
An information presenter shows information available at the text viewer's current document position.
IInformationPresenterExtension - interface org.eclipse.jface.text.information.IInformationPresenterExtension.
Extension interface for IInformationPresenter.
IInformationProvider - interface org.eclipse.jface.text.information.IInformationProvider.
Provides information related to the content of a text viewer.
IInformationProviderExtension - interface org.eclipse.jface.text.information.IInformationProviderExtension.
Extension interface for IInformationProvider to provide the element for a given subject.
IInformationProviderExtension2 - interface org.eclipse.jface.text.information.IInformationProviderExtension2.
Extension interface for IInformationProvider to provide its own information control creator.
IInputProvider - interface org.eclipse.jface.viewers.IInputProvider.
Interface common to all objects that provide an input.
IInputSelectionProvider - interface org.eclipse.jface.viewers.IInputSelectionProvider.
Interface common to all objects that provide both an input and a selection.
IInputValidator - interface org.eclipse.jface.dialogs.IInputValidator.
 
IInstallHandler - interface org.eclipse.update.core.IInstallHandler.
Custom install handler.
IInstallHandlerEntry - interface org.eclipse.update.core.IInstallHandlerEntry.
Install handler entry.
IJobChangeEvent - interface org.eclipse.core.runtime.jobs.IJobChangeEvent.
An event describing a change to the state of a job.
IJobChangeListener - interface org.eclipse.core.runtime.jobs.IJobChangeListener.
Callback interface for clients interested in being notified when jobs change state.
IJobManager - interface org.eclipse.core.runtime.jobs.IJobManager.
The job manager provides facilities for scheduling, querying, and maintaining jobs and locks.
IKeyBindingService - interface org.eclipse.ui.IKeyBindingService.
The key binding service allows one to query or set the scope of Eclipse for the purposes of resolving key assignments to commands, and to register actions to handle specific commands.
IKeyConfiguration - interface org.eclipse.ui.commands.IKeyConfiguration.
An instance of IKeyConfiguration is a handle representing a key configuration as defined by the extension point org.eclipse.ui.commands.
IKeyConfigurationListener - interface org.eclipse.ui.commands.IKeyConfigurationListener.
An instance of IKeyConfigurationListener can be used by clients to receive notification of changes to one or more instances of IKeyConfiguration.
IKeyFormatter - interface org.eclipse.ui.keys.IKeyFormatter.
Any formatter capable of taking key sequence or a key stroke and converting it into a string.
IKeySequenceBinding - interface org.eclipse.ui.commands.IKeySequenceBinding.
An instance of IKeySequenceBinding represents a binding between a command and a key sequence.
ILabelDecorator - interface org.eclipse.jface.viewers.ILabelDecorator.
A label decorator decorates the label text and image for some element.
ILabelProvider - interface org.eclipse.jface.viewers.ILabelProvider.
Extends IBaseLabelProvider with the methods to provide the text and/or image for the label of a given element.
ILabelProviderListener - interface org.eclipse.jface.viewers.ILabelProviderListener.
A listener which is notified when a label provider's state changes.
ILaunch - interface org.eclipse.debug.core.ILaunch.
A launch is the result of launching a debug session and/or one or more system processes.
ILaunchConfiguration - interface org.eclipse.debug.core.ILaunchConfiguration.
A launch configuration describes how to launch an application.
ILaunchConfigurationDelegate - interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate.
A launch configuration delegate performs launching for a specific type of launch configuration.
ILaunchConfigurationDialog - interface org.eclipse.debug.ui.ILaunchConfigurationDialog.
A launch configuration dialog is used to edit and launch launch configurations.
ILaunchConfigurationListener - interface org.eclipse.debug.core.ILaunchConfigurationListener.
Notified when a launch configuration is created, deleted, or changed.
ILaunchConfigurationTab - interface org.eclipse.debug.ui.ILaunchConfigurationTab.
A launch configuration tab is used to edit/view attributes of a specific type of launch configuration.
ILaunchConfigurationTabGroup - interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup.
A launch configuration tab group is used to edit/view attributes of a specific type of launch configuration.
ILaunchConfigurationType - interface org.eclipse.debug.core.ILaunchConfigurationType.
Describes and creates instances of a specific type of launch configuration.
ILaunchConfigurationWorkingCopy - interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy.
An editable copy of a launch configuration.
ILaunchListener - interface org.eclipse.debug.core.ILaunchListener.
A launch listener is notified of launches as they are added and removed from the launch manager.
ILaunchManager - interface org.eclipse.debug.core.ILaunchManager.
The launch manager manages the set of registered launches, maintaining a collection of active processes and debug targets.
ILaunchShortcut - interface org.eclipse.debug.ui.ILaunchShortcut.
A launch shortcut is capable of launching a selection or active editor in the workbench.
ILaunchesListener - interface org.eclipse.debug.core.ILaunchesListener.
A launches listener is notified of launches as they are added and removed from the launch manager.
ILibrary - interface org.eclipse.core.runtime.ILibrary.
A runtime library declared in a plug-in.
ILightweightLabelDecorator - interface org.eclipse.jface.viewers.ILightweightLabelDecorator.
The ILightweightLabelDecorator is a decorator that decorates using a prefix, suffix and overlay image rather than doing all of the image and text management itself like an ILabelDecorator.
ILineBreakpoint - interface org.eclipse.debug.core.model.ILineBreakpoint.
A breakpoint that can be located at a specific line of source code.
ILineDiffInfo - interface org.eclipse.jface.text.source.ILineDiffInfo.
Describes the change state of one line, which consists of the state of the line itself, which can be UNCHANGED, CHANGED or ADDED, and the number of deleted lines before and after this line.
ILineDiffer - interface org.eclipse.jface.text.source.ILineDiffer.
Protocol that allows direct access to line information.
ILineTracker - interface org.eclipse.jface.text.ILineTracker.
A line tracker maps character positions to line numbers and vice versa.
ILiveHelpAction - interface org.eclipse.help.ILiveHelpAction.
Live Help Extension.
ILocalSyncElement - interface org.eclipse.team.core.sync.ILocalSyncElement.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ILocationProvider - interface org.eclipse.ui.editors.text.ILocationProvider.
 
ILock - interface org.eclipse.core.runtime.jobs.ILock.
A lock is used to control access to an exclusive resource.
ILog - interface org.eclipse.core.runtime.ILog.
A log to which status events can be written.
ILogListener - interface org.eclipse.core.runtime.ILogListener.
A log listener is notified of entries added to a plug-in's log.
ILogicalStructureType - interface org.eclipse.debug.core.ILogicalStructureType.
Provides a value represengting the logical structure of a raw implementation value from a debug model.
ILogicalStructureTypeDelegate - interface org.eclipse.debug.core.model.ILogicalStructureTypeDelegate.
A delegate that provides a value represengting the logical structure of a raw implementation value from a debug model.
IMAGE - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's image (value "image").
IMAGE_BMP - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a Windows BMP format image (value is 0).
IMAGE_BMP_RLE - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a run-length encoded Windows BMP format image (value is 1).
IMAGE_COPY - Static variable in class org.eclipse.swt.SWT
The Image constructor argument indicating that the new image should be a copy of the image provided as an argument (value is 0).
IMAGE_DESCRIPTOR - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The image to be used for drawing in the vertical ruler.
IMAGE_DISABLE - Static variable in class org.eclipse.swt.SWT
The Image constructor argument indicating that the new image should have the appearance of a "disabled" (using the platform's rules for how this should look) copy of the image provided as an argument (value is 1).
IMAGE_GIF - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a GIF format image (value is 2).
IMAGE_GRAY - Static variable in class org.eclipse.swt.SWT
The Image constructor argument indicating that the new image should have the appearance of a "gray scaled" copy of the image provided as an argument (value is 2).
IMAGE_ICO - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a ICO format image (value is 3).
IMAGE_JPEG - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a JPEG format image (value is 4).
IMAGE_PNG - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a PNG format image (value is 5).
IMAGE_PROVIDER - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The annotation image provider.
IMAGE_TIFF - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a TIFF format image (value is 6).
IMAGE_UNDEFINED - Static variable in class org.eclipse.swt.SWT
Image format constant indicating an unknown image type (value is -1).
IMG_ACT_DEBUG - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug action image identifier.
IMG_ACT_RUN - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Run action image identifier.
IMG_ACT_SYNCED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
"Link with View" action image identifier.
IMG_CHANGE_FILTER - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_CHECKEDIN_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_CHECKEDOUT_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_COLLAPSE_ALL - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_COLLAPSE_ALL_ENABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_COMPRESSED_FOLDER - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_CONFLICT_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_CONTENTS - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_CONTENTS_DISABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_CONTENTS_ENABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_DEF_VIEW - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used for views.
IMG_DIRTY_OVR - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_DLCL_CONTENT_ASSIST - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier (disabled).
IMG_DLG_SYNC_CONFLICTING - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_DLG_SYNC_CONFLICTING_DISABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_DLG_SYNC_CONFLICTING_ENABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_DLG_SYNC_INCOMING - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_DLG_SYNC_INCOMING_DISABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_DLG_SYNC_INCOMING_ENABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_DLG_SYNC_OUTGOING - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_DLG_SYNC_OUTGOING_DISABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_DLG_SYNC_OUTGOING_ENABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_ELCL_CONTENT_ASSIST - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier (enabled).
IMG_IGNORE_WHITESPACE - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_IGNORE_WHITESPACE_DISABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_IGNORE_WHITESPACE_ENABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_LCL_CHANGE_VARIABLE_VALUE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Change variable value action image identifier.
IMG_LCL_CLEAR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Deprecated.  
IMG_LCL_CONTENT_ASSIST - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DETAIL_PANE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Toggle detail pane action image identifier.
IMG_LCL_DETAIL_PANE_HIDE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DETAIL_PANE_RIGHT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DETAIL_PANE_UNDER - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Content assist action image identifier.
IMG_LCL_DISCONNECT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disconnect action image identifier
IMG_LCL_LOCK - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Scroll lock action image identifier
IMG_LCL_REMOVE_ALL - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Remove all action image identifier
IMG_LCL_TYPE_NAMES - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Display variable type names action image identifier.
IMG_OBJS_BKMRK_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OBJS_BKMRK_TSK instead.
IMG_OBJS_BKMRK_TSK - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies the default image used to indicate a bookmark.
IMG_OBJS_BREAKPOINT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Enabled breakpoint image identifier.
IMG_OBJS_BREAKPOINT_DISABLED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Disabled breakpoint image identifier.
IMG_OBJS_DEBUG_TARGET - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Running debug target image identifier.
IMG_OBJS_DEBUG_TARGET_SUSPENDED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Suspended debug target image identifier.
IMG_OBJS_DEBUG_TARGET_TERMINATED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated debug target image identifier.
IMG_OBJS_ERROR_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate errors.
IMG_OBJS_EXPRESSION - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Expression image identifier.
IMG_OBJS_INFO_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate information only.
IMG_OBJS_LAUNCH_DEBUG - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug mode launch image identifier.
IMG_OBJS_LAUNCH_RUN - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Run mode launch image identifier.
IMG_OBJS_LAUNCH_RUN_TERMINATED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated run mode launch image identifier.
IMG_OBJS_OS_PROCESS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Running system process image identifier.
IMG_OBJS_OS_PROCESS_TERMINATED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated system process image identifier.
IMG_OBJS_STACKFRAME - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Stack frame (suspended) image identifier.
IMG_OBJS_STACKFRAME_RUNNING - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Stack frame (running) image identifier.
IMG_OBJS_TASK_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OBJS_TASK_TSK instead.
IMG_OBJS_TASK_TSK - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies the default image used to indicate a task.
IMG_OBJS_THREAD_RUNNING - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Running thread image identifier.
IMG_OBJS_THREAD_SUSPENDED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Suspended thread image identifier.
IMG_OBJS_THREAD_TERMINATED - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Terminated thread image identifier.
IMG_OBJS_VARIABLE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Generic variable image identifier.
IMG_OBJS_WARN_TSK - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the default image used to indicate warnings.
IMG_OBJ_ELEMENT - Static variable in interface org.eclipse.ui.ISharedImages
Identifies an element image.
IMG_OBJ_FILE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies a file image.
IMG_OBJ_FOLDER - Static variable in interface org.eclipse.ui.ISharedImages
Identifies a folder image.
IMG_OBJ_PROJECT - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OBJ_PROJECT instead.
IMG_OBJ_PROJECT - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies a project image.
IMG_OBJ_PROJECT_CLOSED - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OBJ_PROJECT_CLOSED instead.
IMG_OBJ_PROJECT_CLOSED - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies a closed project image.
IMG_OPEN_MARKER - Static variable in interface org.eclipse.ui.ISharedImages
Deprecated. in 3.0. This image is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.SharedImages.IMG_OPEN_MARKER instead.
IMG_OPEN_MARKER - Static variable in interface org.eclipse.ui.ide.IDE.SharedImages
Identifies the image used for "open marker".
IMG_OVR_ERROR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Error overlay image identifier.
IMG_PERSPECTIVE_DEBUG - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug perspective image identifier
IMG_PROJECTSET_EXPORT_BANNER - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_PROJECTSET_IMPORT_BANNER - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_REFRESH - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_REFRESH_DISABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_REFRESH_ENABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_SITE_ELEMENT - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_SYNC_MODE_CATCHUP - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_SYNC_MODE_CATCHUP_DISABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_SYNC_MODE_CATCHUP_ENABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_SYNC_MODE_FREE - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_SYNC_MODE_FREE_DISABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_SYNC_MODE_FREE_ENABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_SYNC_MODE_RELEASE - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_SYNC_MODE_RELEASE_DISABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_SYNC_MODE_RELEASE_ENABLED - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_SYNC_VIEW - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMG_TOOL_BACK - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the back image in the enabled state.
IMG_TOOL_BACK_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the back image in the disabled state.
IMG_TOOL_BACK_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the back image in the hover (colored) state.
IMG_TOOL_COPY - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the copy image in the enabled state.
IMG_TOOL_COPY_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the copy image in the disabled state.
IMG_TOOL_COPY_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the copy image in the hover (colored) state.
IMG_TOOL_CUT - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the cut image in the enabled state.
IMG_TOOL_CUT_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the cut image in the disabled state.
IMG_TOOL_CUT_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the cut image in the hover (colored) state.
IMG_TOOL_DELETE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the delete image in the enabled state.
IMG_TOOL_DELETE_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the delete image in the disabled state.
IMG_TOOL_DELETE_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the delete image in the hover (colored) state.
IMG_TOOL_FORWARD - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the forward image in the enabled state.
IMG_TOOL_FORWARD_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the forward image in the disabled state.
IMG_TOOL_FORWARD_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the forward image in the hover (colored) state.
IMG_TOOL_NEW_WIZARD - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the new wizard image in the enabled state.
IMG_TOOL_NEW_WIZARD_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the new wizard image in the disabled state.
IMG_TOOL_NEW_WIZARD_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the new wizard image in the hover (colored) state.
IMG_TOOL_PASTE - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the paste image in the enabled state.
IMG_TOOL_PASTE_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the paste image in the disabled state.
IMG_TOOL_PASTE_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the paste image in the hover (colored) state.
IMG_TOOL_REDO - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the redo image in the enabled state.
IMG_TOOL_REDO_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the redo image in the disabled state.
IMG_TOOL_REDO_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the redo image in the hover (colored) state.
IMG_TOOL_UNDO - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the undo image in the enabled state.
IMG_TOOL_UNDO_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the undo image in the disabled state.
IMG_TOOL_UNDO_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the undo image in the hover (colored) state.
IMG_TOOL_UP - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the up image in the enabled state.
IMG_TOOL_UP_DISABLED - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the up image in the disabled state.
IMG_TOOL_UP_HOVER - Static variable in interface org.eclipse.ui.ISharedImages
Identifies the up image in the hover (colored) state.
IMG_VIEW_BREAKPOINTS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Breakpoints view image identifier
IMG_VIEW_CONSOLE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Console view image identifier
IMG_VIEW_EXPRESSIONS - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Expressions view image identifier
IMG_VIEW_LAUNCHES - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Launches view image identifier
IMG_VIEW_VARIABLES - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Variables view image identifier
IMG_WIZBAN_DEBUG - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug wizard banner image identifier.
IMG_WIZBAN_RUN - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Run wizard banner image identifier.
IMG_WIZBAN_SHARE - Static variable in interface org.eclipse.team.ui.ISharedImages
 
IMPORT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Deprecated. in 3.0. Use org.eclipse.ui.ActionFactory.IMPORT.getId() instead.
IMPORT - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "import"): Opens the import wizard.
IMPORT_EXT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
File menu: name of group for extra Import-like actions (value "import.ext").
IMPORT_EXT - Static variable in interface org.eclipse.ui.ide.IIDEActionConstants
File menu: name of group for extra Import-like actions (value "import.ext").
IMarkRegionTarget - interface org.eclipse.jface.text.IMarkRegionTarget.
A mark region target to support marked regions as found in emacs.
IMarkSelection - interface org.eclipse.jface.text.IMarkSelection.
A mark selection.
IMarker - interface org.eclipse.core.resources.IMarker.
Markers are a general mechanism for associating notes and metadata with resources.
IMarkerActionFilter - interface org.eclipse.ui.IMarkerActionFilter.
Describes the public attributes for a marker and the acceptables values each may have.
IMarkerDelta - interface org.eclipse.core.resources.IMarkerDelta.
A marker delta describes the change to a single marker.
IMarkerHelpRegistry - interface org.eclipse.ui.IMarkerHelpRegistry.
Registry of F1 help contexts and resolutions for markers.
IMarkerResolution - interface org.eclipse.ui.IMarkerResolution.
Resolution for a marker.
IMarkerResolution2 - interface org.eclipse.ui.IMarkerResolution2.
Extends IMarkerResolution.
IMarkerResolutionGenerator - interface org.eclipse.ui.IMarkerResolutionGenerator.
Creates resolutions for a given marker.
IMarkerResolutionGenerator2 - interface org.eclipse.ui.IMarkerResolutionGenerator2.
A marker resolution generator should implement this interface rather than IMarkerResolutionGenerator if it can determine whether a particular marker has any resolutions more efficiently than computing all the resolutions.
IMarkerUpdater - interface org.eclipse.ui.texteditor.IMarkerUpdater.
A marker updater is responsible for saving changes to markers.
IMemento - interface org.eclipse.ui.IMemento.
Interface to a memento used for saving the important state of an object in a form that can be persisted in the file system.
IMemoryBlock - interface org.eclipse.debug.core.model.IMemoryBlock.
A contiguous segment of memory in an execution context.
IMemoryBlockRetrieval - interface org.eclipse.debug.core.model.IMemoryBlockRetrieval.
Supports the retrieval of arbitrary blocks of memory.
IMenuCreator - interface org.eclipse.jface.action.IMenuCreator.
Interface for something that creates and disposes of SWT menus.
IMenuListener - interface org.eclipse.jface.action.IMenuListener.
A menu listener that gets informed when a menu is about to show.
IMenuManager - interface org.eclipse.jface.action.IMenuManager.
The IMenuManager interface provides protocol for managing contributions to a menu bar and its sub menus.
IMergeViewerContentProvider - interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider.
A content provider that mediates between a ContentMergeViewer's model and the viewer itself.
IMessageProvider - interface org.eclipse.jface.dialogs.IMessageProvider.
Minimal interface to a message provider.
IModificationDate - interface org.eclipse.compare.IModificationDate.
Common interface for objects with a modification date.
IMoveDeleteHook - interface org.eclipse.core.resources.team.IMoveDeleteHook.
Primary interface for hooking the implementation of IResource.move and IResource.delete.
IMutableActivityManager - interface org.eclipse.ui.activities.IMutableActivityManager.
An instance of this interface allows clients to manage activities, as defined by the extension point org.eclipse.ui.activities.
IMutableCommandHandlerService - interface org.eclipse.ui.commands.IMutableCommandHandlerService.
An instance of this interface allows clients to manage command handlers.
IMutableContextActivationService - interface org.eclipse.ui.contexts.IMutableContextActivationService.
An instance of this interface allows clients to manage context activation.
IMutableContextManager - interface org.eclipse.ui.contexts.IMutableContextManager.
An instance of this interface allows clients to manage contexts, as defined by the extension point org.eclipse.ui.contexts.
INCLUDE_PHANTOMS - Static variable in interface org.eclipse.core.resources.IContainer
Member constant (bit mask value 1) indicating that phantom member resources are to be included.
INCLUDE_TEAM_PRIVATE_MEMBERS - Static variable in interface org.eclipse.core.resources.IContainer
Member constant (bit mask value 2) indicating that team private members are to be included.
INCOMING - Static variable in class org.eclipse.team.core.subscribers.SyncInfo
Sync constant (value 8) indicating a change to the remote resource.
INCOMING - Static variable in interface org.eclipse.team.core.sync.ILocalSyncElement
Sync constant (value 8) indicating a change to the remote resource.
INCOMING_MODE - Static variable in class org.eclipse.team.ui.synchronize.TeamSubscriberParticipant
Modes are direction filters for the view
INCOMING_MODE_FILTER - Static variable in class org.eclipse.team.ui.synchronize.TeamSubscriberParticipantPage
 
INCREMENTAL_BUILD - Static variable in class org.eclipse.core.resources.IncrementalProjectBuilder
Build kind constant (value 10) indicating an incremental build request.
INDENT - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Indent in dialog units (value 21).
INDETERMINATE - Static variable in class org.eclipse.swt.SWT
Style constant for progress bar behavior (value is 1<<1).
INFO - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 1) indicating this status is informational only.
INFORMATION - Static variable in interface org.eclipse.jface.dialogs.IMessageProvider
Constant for an info message (value 1).
INFORMATION - Static variable in class org.eclipse.jface.dialogs.MessageDialog
Constant for a dialog with an info image (value 2).
INFORMATION - Static variable in interface org.eclipse.jface.text.source.ISourceViewer
Text operation code for requesting information at the current insertion position.
INFO_LAYER - Static variable in class org.eclipse.ui.texteditor.DefaultAnnotation
Deprecated. The layer in which info annotations are located.
INFO_MESSAGE - Static variable in class org.eclipse.jface.dialogs.TitleAreaDialog
Deprecated.  
INFO_SYSTEM_IMAGE - Static variable in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
Constant for the info system image.
INSERT - Static variable in class org.eclipse.jface.text.reconciler.DirtyRegion
Identifies an insert operation.
INSERT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the INSERT key (value is (1<<24)+9).
INSERT - Static variable in class org.eclipse.ui.keys.SpecialKey
The single static instance of SpecialKey which represents the 'Insert' key.
INSERT - Static variable in interface org.eclipse.ui.texteditor.ITextEditorExtension3
Represents the non-smart insert mode.
INSTANCE - Static variable in class org.eclipse.ui.dialogs.FileEditorMappingContentProvider
Singleton instance accessor.
INSTANCE - Static variable in class org.eclipse.ui.dialogs.FileEditorMappingLabelProvider
Singleton instance accessor.
INSTANCE - Static variable in class org.eclipse.ui.wizards.datatransfer.FileSystemStructureProvider
Holds a singleton instance of this class.
INTERACTIVE - Static variable in class org.eclipse.core.runtime.jobs.Job
Job priority constant (value 10) for interactive jobs.
INTERNAL - Static variable in interface org.eclipse.jface.text.IPainter
Constant describing the reason of a repaint request: paint manager internal change.
INTERNAL - Static variable in class org.eclipse.jface.text.TextViewer
Identifies internal reasons as originators of a view port change.
INTERNAL_ERROR - Static variable in class org.eclipse.ant.core.AntCorePlugin
Status code indicating an unexpected internal error.
INTERNAL_ERROR - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 566) indicating an error internal to the platform has occurred.
INTERNAL_ERROR - Static variable in interface org.eclipse.core.runtime.IPlatform
Status code constant (value 3) indicating an error internal to the platform has occurred.
INTERNAL_ERROR - Static variable in class org.eclipse.core.runtime.Platform
Status code constant (value 3) indicating an error internal to the platform has occurred.
INTERNAL_ERROR - Static variable in class org.eclipse.core.variables.VariablesPlugin
Status code indicating an unexpected internal error.
INTERNAL_ERROR - Static variable in class org.eclipse.debug.core.DebugException
Indicates an internal error.
INTERNAL_ERROR - Static variable in class org.eclipse.debug.core.DebugPlugin
Status code indicating an unexpected internal error.
INTERNAL_ERROR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Status code indicating an unexpected internal error.
INTERNAL_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Starting button id reserved for internal use by JFace (value 256).
INT_DEFAULT_DEFAULT - Static variable in class org.eclipse.core.runtime.Preferences
The default-default value for int properties (0).
INT_DEFAULT_DEFAULT - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The default-default value for int preferences (0).
INVALID_NATURE_SET - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 35) indicating that a given nature set does not satisfy its constraints.
INVALID_RATIO - Static variable in interface org.eclipse.ui.IPageLayout
A variable used to represent invalid ratios.
INVALID_RESOURCE_NAME - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 278) indicating a file exists in the file system but its name is not a valid resource name.
INVALID_VALUE - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 77) indicating an invalid value.
INVOKE_FUNC - Static variable in class org.eclipse.swt.ole.win32.OLE
 
INVOKE_PROPERTYGET - Static variable in class org.eclipse.swt.ole.win32.OLE
 
INVOKE_PROPERTYPUT - Static variable in class org.eclipse.swt.ole.win32.OLE
 
INVOKE_PROPERTYPUTREF - Static variable in class org.eclipse.swt.ole.win32.OLE
 
IN_SYNC - Static variable in class org.eclipse.team.core.subscribers.SyncInfo
Sync constant (value 0) indicating element is in sync.
IN_SYNC - Static variable in interface org.eclipse.team.core.sync.ILocalSyncElement
Sync constant (value 0) indicating element is in sync.
INavigationHistory - interface org.eclipse.ui.INavigationHistory.
Manages a list of entries to keep history of locations on editors to enable the user to go back and forward without losing context.
INavigationLocation - interface org.eclipse.ui.INavigationLocation.
Represents the context marked for the user in the navigation history.
INavigationLocationProvider - interface org.eclipse.ui.INavigationLocationProvider.
Should be implemented by editors that wish to contribute to the navigation history.
INewWizard - interface org.eclipse.ui.INewWizard.
Interface for creation wizards.
INonPluginEntry - interface org.eclipse.update.core.INonPluginEntry.
Non-plug-in entry defines an arbitrary non-plug-in data file packaged as part of a feature.
INullSelectionListener - interface org.eclipse.ui.INullSelectionListener.
Interface for listening to null selection changes.
IO_FAILED - Static variable in class org.eclipse.team.core.TeamException
 
IObjectActionDelegate - interface org.eclipse.ui.IObjectActionDelegate.
Interface for an object action that is contributed into a popup menu for a view or editor.
IOpenEventListener - interface org.eclipse.jface.util.IOpenEventListener.
Listener for open events which are generated on selection of default selection depending on the user preferences.
IOpenListener - interface org.eclipse.jface.viewers.IOpenListener.
A listener which is notified of open events on viewers.
IOverviewRuler - interface org.eclipse.jface.text.source.IOverviewRuler.
This interface defines a visual component which may serve text viewers as an overview annotation presentation area.
IOverwriteQuery - interface org.eclipse.ui.dialogs.IOverwriteQuery.
Implementors of this interface answer one of the prescribed return codes when asked whether to overwrite a certain path string (which could represent a resource path, a file system path, etc).
IPage - interface org.eclipse.ui.part.IPage.
This interface has been replaced by IPageBookViewPage but is preserved for backward compatibility.
IPageBookViewPage - interface org.eclipse.ui.part.IPageBookViewPage.
Interface for a page in a pagebook view.
IPageLayout - interface org.eclipse.ui.IPageLayout.
A page layout defines the initial layout for a page in a workbench window.
IPageListener - interface org.eclipse.ui.IPageListener.
Interface for listening to page lifecycle events.
IPageService - interface org.eclipse.ui.IPageService.
A page service tracks the page and perspective lifecycle events within a workbench window.
IPageSite - interface org.eclipse.ui.part.IPageSite.
The primary interface between a page and the outside world.
IPaintPositionManager - interface org.eclipse.jface.text.IPaintPositionManager.
Manager that manages and updates positions used by IPainters.
IPainter - interface org.eclipse.jface.text.IPainter.
A painter is responsible for creating, managing, updating, and removing visual decorations of an ITextViewer.
IPartListener - interface org.eclipse.ui.IPartListener.
Interface for listening to part lifecycle events.
IPartListener2 - interface org.eclipse.ui.IPartListener2.
Interface for listening to part lifecycle events.
IPartService - interface org.eclipse.ui.IPartService.
A part service tracks the creation and activation of parts within a workbench page.
IPartitionTokenScanner - interface org.eclipse.jface.text.rules.IPartitionTokenScanner.
A partition token scanner returns tokens that represent partitions.
IPath - interface org.eclipse.core.runtime.IPath.
A path is an ordered collection of string segments, separated by a standard separator character, "/".
IPathEditorInput - interface org.eclipse.ui.IPathEditorInput.
This interface defines an editor input based on the local file system path of a file.
IPathVariableChangeEvent - interface org.eclipse.core.resources.IPathVariableChangeEvent.
Describes a change in a path variable.
IPathVariableChangeListener - interface org.eclipse.core.resources.IPathVariableChangeListener.
An interface to be implemented by objects interested in path variable creation, removal and value change events.
IPathVariableManager - interface org.eclipse.core.resources.IPathVariableManager.
Manages a collection of path variables and resolves paths containing a variable reference.
IPersistableElement - interface org.eclipse.ui.IPersistableElement.
Interface for asking an object to store its state in a memento.
IPersistableSourceLocator - interface org.eclipse.debug.core.model.IPersistableSourceLocator.
A source locator that can be persisted and restored, to be used with a specfic launch configuration.
IPersistentPreferenceStore - interface org.eclipse.jface.preference.IPersistentPreferenceStore.
IPersistentPreferenceStore is a preference store that can be saved.
IPerspectiveDescriptor - interface org.eclipse.ui.IPerspectiveDescriptor.
A perspective descriptor describes a perspective in an IPerspectiveRegistry.
IPerspectiveFactory - interface org.eclipse.ui.IPerspectiveFactory.
A perspective factory generates the initial page layout and visible action set for a page.
IPerspectiveListener - interface org.eclipse.ui.IPerspectiveListener.
Interface for listening to a perspective lifecycle events.
IPerspectiveRegistry - interface org.eclipse.ui.IPerspectiveRegistry.
The workbench's global registry of perspectives.
IPlaceholderFolderLayout - interface org.eclipse.ui.IPlaceholderFolderLayout.
An IPlaceholderFolderLayout is used to define the initial places for page placeholders within a folder placeholder.
IPlatform - interface org.eclipse.core.runtime.IPlatform.
The central class of the Eclipse Platform Runtime.
IPlatformEnvironment - interface org.eclipse.update.core.IPlatformEnvironment.
Plug-in entry defines a packaging reference from a feature to a plug-in.
IPlatformRunnable - interface org.eclipse.core.boot.IPlatformRunnable.
Bootstrap type for the platform.
IPlatformRunnable - interface org.eclipse.core.runtime.IPlatformRunnable.
Bootstrap type for the platform.
IPluginContribution - interface org.eclipse.ui.IPluginContribution.
An interface that descriptor classes may implement in addition to their descriptor interface.
IPluginDescriptor - interface org.eclipse.core.runtime.IPluginDescriptor.
A plug-in descriptor contains information about a plug-in obtained from the plug-in's manifest (plugin.xml) file.
IPluginEntry - interface org.eclipse.update.core.IPluginEntry.
Plug-in entry defines a packaging reference from a feature to a plug-in.
IPluginPrerequisite - interface org.eclipse.core.runtime.IPluginPrerequisite.
A prerequisite entry declared by a plug-in.
IPluginRegistry - interface org.eclipse.core.runtime.IPluginRegistry.
The plug-in registry holds the master list of all discovered plug-ins, extension points, and extensions.
IPositionUpdater - interface org.eclipse.jface.text.IPositionUpdater.
A position updater is responsible for adapting document positions.
IPostSelectionProvider - interface org.eclipse.jface.viewers.IPostSelectionProvider.
Selection provider extension interface to allow providers to notify about post selection changed events.
IPredicateRule - interface org.eclipse.jface.text.rules.IPredicateRule.
Defines the interface for a rule used in the scanning of text for the purpose of document partitioning or text styling.
IPreferenceNode - interface org.eclipse.jface.preference.IPreferenceNode.
Interface to a node in a preference dialog.
IPreferencePage - interface org.eclipse.jface.preference.IPreferencePage.
An interface for a preference page.
IPreferencePageContainer - interface org.eclipse.jface.preference.IPreferencePageContainer.
An interface used by a preference page to talk to its dialog.
IPreferenceStore - interface org.eclipse.jface.preference.IPreferenceStore.
The IPreferenceStore interface represents a table mapping named preferences to values.
IPresentationDamager - interface org.eclipse.jface.text.presentation.IPresentationDamager.
Presentation damagers are used by a presentation reconciler to determine the region of the document's presentation which must be rebuilt because of the occurrence of a document change.
IPresentationReconciler - interface org.eclipse.jface.text.presentation.IPresentationReconciler.
An IPresentationReconciler defines and maintains the representation of a text viewer's document in the presence of changes applied to the document.
IPresentationReconcilerExtension - interface org.eclipse.jface.text.presentation.IPresentationReconcilerExtension.
Extension interface for IPresentationReconciler.
IPresentationRepairer - interface org.eclipse.jface.text.presentation.IPresentationRepairer.
Presentation repairers are used by a presentation reconciler to rebuild a damaged region in a document's presentation.
IProcess - interface org.eclipse.debug.core.model.IProcess.
A process represents a program running in normal (non-debug) mode.
IProcessFactory - interface org.eclipse.debug.core.IProcessFactory.
A process factory is used to override default process (IProcess)) creation by the debug plug-in, and can be contributed via plug-in XML.
IProgressMonitor - interface org.eclipse.core.runtime.IProgressMonitor.
The IProgressMonitor interface is implemented by objects that monitor the progress of an activity; the methods in this interface are invoked by code that performs the activity.
IProgressMonitorWithBlocking - interface org.eclipse.core.runtime.IProgressMonitorWithBlocking.
An extension to the IProgressMonitor interface for monitors that want to support feedback when an activity is blocked due to concurrent activity in another thread.
IProgressService - interface org.eclipse.ui.progress.IProgressService.
The IProgressManager is an interface to the progress manager provided by the workbench.
IProject - interface org.eclipse.core.resources.IProject.
A project is a type of resource which groups resources into buildable, reusable units.
IProjectActionFilter - interface org.eclipse.ui.IProjectActionFilter.
Describes the public attributes for a project and the acceptables values each may have.
IProjectDescription - interface org.eclipse.core.resources.IProjectDescription.
A project description contains the metadata required to define a project.
IProjectNature - interface org.eclipse.core.resources.IProjectNature.
Interface for project nature runtime classes.
IProjectNatureDescriptor - interface org.eclipse.core.resources.IProjectNatureDescriptor.
A project nature descriptor contains information about a project nature obtained from the plug-in manifest (plugin.xml) file.
IProjectSetSerializer - interface org.eclipse.team.core.IProjectSetSerializer.
IProjectSetSerializer manages the serializing and deserializing of references to projects.
IPropertyChangeListener - interface org.eclipse.jface.util.IPropertyChangeListener.
Listener for property changes.
IPropertyChangeNotifier - interface org.eclipse.compare.IPropertyChangeNotifier.
Interface common to all objects that provide a means for registering for property change notification.
IPropertyListener - interface org.eclipse.ui.IPropertyListener.
Interface for listening for property changes on an object.
IQuickDiffProviderImplementation - interface org.eclipse.ui.texteditor.quickdiff.IQuickDiffProviderImplementation.
Describes a reference provider for the quick diff facility.
IQuickDiffReferenceProvider - interface org.eclipse.ui.texteditor.quickdiff.IQuickDiffReferenceProvider.
The protocol a reference provider for quickdiff has to implement.
IRangeComparator - interface org.eclipse.compare.rangedifferencer.IRangeComparator.
For breaking an object to compare into a sequence of comparable entities.
IReadOnlyDependent - interface org.eclipse.ui.texteditor.IReadOnlyDependent.
Extension interface for actions.
IReconcilableModel - interface org.eclipse.jface.text.reconciler.IReconcilableModel.
Tagging interface for a reconcilable model.
IReconcileResult - interface org.eclipse.jface.text.reconciler.IReconcileResult.
Tagging interface for the result reported by a reconcile step
IReconcileStep - interface org.eclipse.jface.text.reconciler.IReconcileStep.
A reconcile step is one of n steps of a reconcile strategy that consists of several steps.
IReconciler - interface org.eclipse.jface.text.reconciler.IReconciler.
An IReconciler defines and maintains a model of the content of the text viewer's document in the presence of changes applied to this document.
IReconcilerExtension - interface org.eclipse.jface.text.reconciler.IReconcilerExtension.
Extension interface for IReconciler.
IReconcilingStrategy - interface org.eclipse.jface.text.reconciler.IReconcilingStrategy.
A reconciling strategy is used by an reconciler to reconcile a model based on text of a particular content type.
IReconcilingStrategyExtension - interface org.eclipse.jface.text.reconciler.IReconcilingStrategyExtension.
Extension interface for IReconcilingStrategy.
IRegion - interface org.eclipse.jface.text.IRegion.
A region describes a certain range in an indexed text store.
IRegister - interface org.eclipse.debug.core.model.IRegister.
A register is a special kind of variable that is contained in a register group.
IRegisterGroup - interface org.eclipse.debug.core.model.IRegisterGroup.
A register group is a group of registers that are assigned to a stack frame.
IRegistryChangeEvent - interface org.eclipse.core.runtime.IRegistryChangeEvent.
Registry change events describe changes to the registry.
IRegistryChangeListener - interface org.eclipse.core.runtime.IRegistryChangeListener.
A registry change listener is notified of changes to extensions points in the registry.
IRemoteResource - interface org.eclipse.team.core.sync.IRemoteResource.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IRemoteSyncElement - interface org.eclipse.team.core.sync.IRemoteSyncElement.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IRepairableDocument - interface org.eclipse.jface.text.IRepairableDocument.
Interface implemented by IDocument implementers that offer repair methods on their documents.
IReplacePage - interface org.eclipse.search.ui.IReplacePage.
An extension interface to ISearchPage.
IResource - interface org.eclipse.core.resources.IResource.
The workspace analog of file system files and directories.
IResourceActionFilter - interface org.eclipse.ui.IResourceActionFilter.
Describes the public attributes for a resource and the acceptables values each may have.
IResourceChangeEvent - interface org.eclipse.core.resources.IResourceChangeEvent.
Resource change events describe changes to resources.
IResourceChangeListener - interface org.eclipse.core.resources.IResourceChangeListener.
A resource change listener is notified of changes to resources in the workspace.
IResourceDelta - interface org.eclipse.core.resources.IResourceDelta.
A resource delta represents changes in the state of a resource tree between two discrete points in time.
IResourceDeltaVisitor - interface org.eclipse.core.resources.IResourceDeltaVisitor.
An objects that visits resource deltas.
IResourceNavigator - interface org.eclipse.ui.views.navigator.IResourceNavigator.
This interface defines the API for the resource navigator.
IResourcePropertyConstants - interface org.eclipse.ui.views.properties.IResourcePropertyConstants.
This interface documents the property constants used by the resource property source.
IResourceProxy - interface org.eclipse.core.resources.IResourceProxy.
A callback for requesting information about a resource when using a fast resource visitor.
IResourceProxyVisitor - interface org.eclipse.core.resources.IResourceProxyVisitor.
This interface is implemented by objects that visit resource trees.
IResourceStatus - interface org.eclipse.core.resources.IResourceStatus.
Represents status related to resources in the Resources plug-in and defines the relevant status code constants.
IResourceTree - interface org.eclipse.core.resources.team.IResourceTree.
Provides internal access to the workspace resource tree for the purposes of implementing move and delete operation.
IResourceVisitor - interface org.eclipse.core.resources.IResourceVisitor.
This interface is implemented by objects that visit resource trees.
IReusableEditor - interface org.eclipse.ui.IReusableEditor.
Interface for reusable editors.
IRewriteTarget - interface org.eclipse.jface.text.IRewriteTarget.
A target publishing the required functions to modify a document that is displayed in the ui, such as in a text viewer.
IRule - interface org.eclipse.jface.text.rules.IRule.
Defines the interface for a rule used in the scanning of text for the purpose of document partitioning or text styling.
IRunnableContext - interface org.eclipse.jface.operation.IRunnableContext.
Interface for UI components which can execute a long-running operation in the form of an IRunnableWithProgress.
IRunnableWithProgress - interface org.eclipse.jface.operation.IRunnableWithProgress.
The IRunnableWithProgress interface should be implemented by any class whose instances are intended to be executed as a long-running operation.
ISO_8859_1 - Static variable in interface org.eclipse.ui.editors.text.IEncodingActionsConstants
Name of the action to change the encoding into ISO-8859-1.
ISO_8859_1 - Static variable in interface org.eclipse.ui.editors.text.IEncodingActionsDefinitionIds
Action definition id of the action to change the encoding into ISO-8859-1.
ISO_8859_1 - Static variable in interface org.eclipse.ui.editors.text.IEncodingActionsHelpContextIds
Help id of the action to change the encoding into ISO-8859-1.
IS_GO_TO_NEXT_TARGET_KEY - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The preference key for go to next navigation enablement.
IS_GO_TO_NEXT_TARGET_VALUE - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The value for go to next navigation enablement.
IS_GO_TO_PREVIOUS_TARGET_KEY - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The preference key for go to previous navigation enablement.
IS_GO_TO_PREVIOUS_TARGET_VALUE - Static variable in class org.eclipse.ui.texteditor.AnnotationPreference
The value for go to previous navigation enablement.
IS_VALID - Static variable in class org.eclipse.jface.preference.FieldEditor
Property name constant (value "field_editor_is_valid") to signal a change in the validity of the value of this field editor.
ISafeRunnable - interface org.eclipse.core.runtime.ISafeRunnable.
Safe runnables represent blocks of code and associated exception handlers.
ISaveContext - interface org.eclipse.core.resources.ISaveContext.
A context for workspace save operations.
ISaveParticipant - interface org.eclipse.core.resources.ISaveParticipant.
A participant in the saving of the workspace.
ISaveablePart - interface org.eclipse.ui.ISaveablePart.
Workbench parts implement or adapt to this interface to participate in the enablement and execution of the Save and Save As actions.
ISavedState - interface org.eclipse.core.resources.ISavedState.
A data structure returned by addSaveParticipant containing a save number and an optional resource delta.
ISchedulingRule - interface org.eclipse.core.runtime.jobs.ISchedulingRule.
Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
ISchedulingRuleProvider - interface org.eclipse.ui.editors.text.ISchedulingRuleProvider.
A scheduling rule provider provides a scheduling rule which can be used when running operations.
ISearchPage - interface org.eclipse.search.ui.ISearchPage.
Defines a page inside the search dialog.
ISearchPageContainer - interface org.eclipse.search.ui.ISearchPageContainer.
Offers client access to the search dialog.
ISearchPageScoreComputer - interface org.eclipse.search.ui.ISearchPageScoreComputer.
Computes a score that is used by the search dialog to find the best fitting page for a selection when opened.
ISearchResultView - interface org.eclipse.search.ui.ISearchResultView.
Provides client access to the search result view.
ISearchResultViewEntry - interface org.eclipse.search.ui.ISearchResultViewEntry.
Specifies a search result view entry.
ISelection - interface org.eclipse.jface.viewers.ISelection.
Interface for a selection.
ISelectionChangedListener - interface org.eclipse.jface.viewers.ISelectionChangedListener.
A listener which is notified when a viewer's selection changes.
ISelectionListener - interface org.eclipse.ui.ISelectionListener.
Interface for listening to selection changes.
ISelectionProvider - interface org.eclipse.jface.viewers.ISelectionProvider.
Interface common to all objects that provide a selection.
ISelectionService - interface org.eclipse.ui.ISelectionService.
A selection service tracks the selection within an object.
ISelectionStatusValidator - interface org.eclipse.ui.dialogs.ISelectionStatusValidator.
Used in selection dialogs to validate selections
ISelectionValidator - interface org.eclipse.ui.dialogs.ISelectionValidator.
For validating selections in some selection dialogs.
ISetSelectionTarget - interface org.eclipse.ui.part.ISetSelectionTarget.
Interface for views which support reveal and select.
ISharedImages - interface org.eclipse.team.ui.ISharedImages.
Images that are available for providers to re-use.
ISharedImages - interface org.eclipse.ui.ISharedImages.
A registry for common images used by the workbench which may be useful to other plug-ins.
ISharedTextColors - interface org.eclipse.jface.text.source.ISharedTextColors.
Manages SWT color objects.
IShowInSource - interface org.eclipse.ui.part.IShowInSource.
Parts which need to provide a particular context to a Show In...
IShowInTarget - interface org.eclipse.ui.part.IShowInTarget.
This interface must be provided by Show In targets (parts listed in the Show In prompter).
IShowInTargetList - interface org.eclipse.ui.part.IShowInTargetList.
Show In sources which need to provide additional entries to the Show In list of targets can provide this interface.
IShutdownHook - interface org.eclipse.core.runtime.IShutdownHook.
This interface is intended to allow a fragment to org.eclipse.core.runtime to hook into the termination of the platform, after the application finishes.
ISite - interface org.eclipse.update.core.ISite.
Site represents a location containing some number of features (packaged or installed).
ISiteContentProvider - interface org.eclipse.update.core.ISiteContentProvider.
Site content provider.
ISiteFactory - interface org.eclipse.update.core.ISiteFactory.
Site factory interface.
ISiteFactoryExtension - interface org.eclipse.update.core.ISiteFactoryExtension.
This is an extension to the standard ISiteFactory interface.
ISiteFeatureReference - interface org.eclipse.update.core.ISiteFeatureReference.
Site Feature reference.
ISlaveDocumentManager - interface org.eclipse.jface.text.ISlaveDocumentManager.
Slave documents are documents whose contents is defined in terms of a master document.
ISourceLocator - interface org.eclipse.debug.core.model.ISourceLocator.
A source locator locates source elements for stack frames.
ISourceModifier - interface org.eclipse.text.edits.ISourceModifier.
A source modifier can be used to modify the source of a move or copy edit before it gets inserted at the target position.
ISourcePresentation - interface org.eclipse.debug.ui.ISourcePresentation.
A source presentation is used to resolve an editor in which to display a debug model element, breakpoint, or source element.
ISourceViewer - interface org.eclipse.jface.text.source.ISourceViewer.
In addition to the text viewer functionality a source viewer supports: visual annotations based on an annotation model visual range indication management of text viewer add-ons explicit configuration It is assumed that range indication and visual annotations are shown inside the same presentation area.
ISourceViewerExtension - interface org.eclipse.jface.text.source.ISourceViewerExtension.
Extension interface for ISourceViewer.
IStackFrame - interface org.eclipse.debug.core.model.IStackFrame.
A stack frame represents an execution context in a suspended thread.
IStartup - interface org.eclipse.ui.IStartup.
Plugins that register a startup extension will be activated after the Workbench initializes and have an opportunity to run code that can't be implemented using the normal contribution mechanisms.
IStatus - interface org.eclipse.core.runtime.IStatus.
A status object represents the outcome of an operation.
IStatusField - interface org.eclipse.ui.texteditor.IStatusField.
Interface of a status field of a text editor.
IStatusFieldExtension - interface org.eclipse.ui.texteditor.IStatusFieldExtension.
Extends IStatusField with the following concepts: set error text and image set tool tip control visibility
IStatusHandler - interface org.eclipse.debug.core.IStatusHandler.
A status handler registers to handle a specific status - error or otherwise.
IStatusLineManager - interface org.eclipse.jface.action.IStatusLineManager.
The IStatusLineManager interface provides protocol for displaying messages on a status line, for monitoring progress, and for managing contributions to the status line.
IStatusLineWithProgressManager - interface org.eclipse.jface.action.IStatusLineWithProgressManager.
The IStatusLineWithProgressManager is the interface for status line managers that can handle both static messages and those that are a result of progress.
IStep - interface org.eclipse.debug.core.model.IStep.
Provides the ability to step into, over, and return from the current execution location.
IStorage - interface org.eclipse.core.resources.IStorage.
A storage object represents a set of bytes which can be accessed.
IStorageDocumentProvider - interface org.eclipse.ui.editors.text.IStorageDocumentProvider.
Document provider for IStorage based domain elements.
IStorageEditorInput - interface org.eclipse.ui.IStorageEditorInput.
Interface for a IStorage input to an editor.
IStreamContentAccessor - interface org.eclipse.compare.IStreamContentAccessor.
An IStreamContentAccessor object represents a set of bytes which can be accessed by means of a stream.
IStreamContentAccessorExtension2 - interface org.eclipse.compare.IStreamContentAccessorExtension2.
Extension interface for IStreamContentAccessor.
IStreamListener - interface org.eclipse.debug.core.IStreamListener.
A stream listener is notified of changes to a stream monitor.
IStreamMonitor - interface org.eclipse.debug.core.model.IStreamMonitor.
A stream monitor manages the contents of the stream a process is writing to, and notifies registered listeners of changes in the stream.
IStreamsProxy - interface org.eclipse.debug.core.model.IStreamsProxy.
A streams proxy acts as proxy between the streams of a process and interested clients.
IStringVariable - interface org.eclipse.core.variables.IStringVariable.
A variable that can be referenced in an expression, which resolves to a string value.
IStringVariableManager - interface org.eclipse.core.variables.IStringVariableManager.
Registry for string variables.
IStructureComparator - interface org.eclipse.compare.structuremergeviewer.IStructureComparator.
Interface used to compare hierarchical structures.
IStructureCreator - interface org.eclipse.compare.structuremergeviewer.IStructureCreator.
Interface used to create a hierarchical structure of IStructureComparators for a given input object.
IStructuredContentProvider - interface org.eclipse.jface.viewers.IStructuredContentProvider.
An interface to content providers for structured viewers.
IStructuredSelection - interface org.eclipse.jface.viewers.IStructuredSelection.
A selection containing elements.
ISuspendResume - interface org.eclipse.debug.core.model.ISuspendResume.
Provides the ability to suspend and resume a thread or debug target.
ISynchronizationContext - interface org.eclipse.core.filebuffers.ISynchronizationContext.
Executes runnables that describe how to synchronize a file buffer with its underlying file.
ISynchronizeManager - interface org.eclipse.team.ui.synchronize.ISynchronizeManager.
Manages synchronization view participants.
ISynchronizeParticipant - interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant.
A synchronize participant provides a logical connection between local resources and a remote location that is used to share those resources.
ISynchronizeParticipantDescriptor - interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantDescriptor.
A participant descriptor contains the content of the synchronizeParticipants extension section for for a registered participant type in the declaring plug-in's manifest (plugin.xml) file.
ISynchronizeParticipantListener - interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantListener.
A synchronize participant listener is notified when participants are added or removed from the synchronize manager.
ISynchronizeView - interface org.eclipse.team.ui.synchronize.ISynchronizeView.
A view that displays synchronization participants that are registered with the synchronize manager.
ISynchronizer - interface org.eclipse.core.resources.ISynchronizer.
A synchronizer which maintains a list of registered partners and, on behalf of each partner, it keeps resource level synchonization information (a byte array).
ITALIC - Static variable in class org.eclipse.swt.SWT
The font style constant indicating an italic font (value is 1<<1).
ITableLabelProvider - interface org.eclipse.jface.viewers.ITableLabelProvider.
Extends IBaseLabelProvider with the methods to provide the text and/or image for each column of a given element.
ITagHandler - interface org.eclipse.jface.text.source.ITagHandler.
A tag handler is responsible to - handle the attributes for the tags it supports - translate the tag sequence including attributes to another language - back-translate relative line offsets.
ITagHandlerFactory - interface org.eclipse.jface.text.source.ITagHandlerFactory.
A tag handler factory provides access to tag handlers.
ITaskListResourceAdapter - interface org.eclipse.ui.views.tasklist.ITaskListResourceAdapter.
ITaskListResourceAdapter is an adapter interface that supplies the resource to query for markers to display in the task list.
ITeamResourceChangeListener - interface org.eclipse.team.core.subscribers.ITeamResourceChangeListener.
A resource state change listener is notified of changes to resources regarding their team state.
ITeamSubscriberParticipantNode - interface org.eclipse.team.ui.synchronize.ITeamSubscriberParticipantNode.
ITeamSubscriberParticipantNode is used in the page created by the TeamSubscriberParticipant to display the kind of change detected in a two or three-way synchronize operation.
ITeamUIConstants - interface org.eclipse.team.ui.ITeamUIConstants.
 
ITerminate - interface org.eclipse.debug.core.model.ITerminate.
Provides the ability to terminate an execution context - for example, a thread, debug target or process.
ITestHarness - interface org.eclipse.ui.testing.ITestHarness.
Represents an arbitrary test harness.
ITextDoubleClickStrategy - interface org.eclipse.jface.text.ITextDoubleClickStrategy.
A text double click strategy defines the reaction of a text viewer to mouse double click events.
ITextEditor - interface org.eclipse.ui.texteditor.ITextEditor.
Interface to a text editor.
ITextEditorActionConstants - interface org.eclipse.ui.texteditor.ITextEditorActionConstants.
Defines the names of those actions which are preregistered with the AbstractTextEditor.
ITextEditorActionDefinitionIds - interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds.
Defines the definitions ids for the text editor actions.
ITextEditorExtension - interface org.eclipse.ui.texteditor.ITextEditorExtension.
Extension interface for ITextEditor.
ITextEditorExtension2 - interface org.eclipse.ui.texteditor.ITextEditorExtension2.
Extension interface for ITextEditor.
ITextEditorExtension3 - interface org.eclipse.ui.texteditor.ITextEditorExtension3.
Extension interface for ITextEditor.
ITextEditorExtension3.InsertMode - class org.eclipse.ui.texteditor.ITextEditorExtension3.InsertMode.
Constitutes entities to enumerate the editor insert modes.
ITextEditorHelpContextIds - interface org.eclipse.ui.editors.text.ITextEditorHelpContextIds.
Help context ids for the text editor.
ITextFileBuffer - interface org.eclipse.core.filebuffers.ITextFileBuffer.
A text file buffer is a file buffer for text files.
ITextFileBufferManager - interface org.eclipse.core.filebuffers.ITextFileBufferManager.
A text file buffer manager manages text file buffers for files whose contents could be considered text.
ITextHover - interface org.eclipse.jface.text.ITextHover.
Provides a hover popup which appears on top of the text viewer with relevant display information.
ITextHoverExtension - interface org.eclipse.jface.text.ITextHoverExtension.
Extension to ITextHover for providing its own information control creator.
ITextInputListener - interface org.eclipse.jface.text.ITextInputListener.
Text input listeners registered with an text viewer are informed if the document serving as the text viewer's model is replaced.
ITextListener - interface org.eclipse.jface.text.ITextListener.
Text listeners registered with a text viewer are informed about all text viewer modifications by means of text events.
ITextOperationTarget - interface org.eclipse.jface.text.ITextOperationTarget.
Defines the target for a text operation.
ITextOperationTargetExtension - interface org.eclipse.jface.text.ITextOperationTargetExtension.
Extension interface to ITextOperationTarget.
ITextPresentationListener - interface org.eclipse.jface.text.ITextPresentationListener.
Text presentation listeners registered with a text viewer are informed when a text region is about to be drawn in order to get the text presentation information.
ITextSelection - interface org.eclipse.jface.text.ITextSelection.
This interface represents a textual selection.
ITextStore - interface org.eclipse.jface.text.ITextStore.
Interface for storing and managing text.
ITextViewer - interface org.eclipse.jface.text.ITextViewer.
A text viewer turns a text widget into a document-based text widget.
ITextViewerExtension - interface org.eclipse.jface.text.ITextViewerExtension.
Extension interface for ITextViewer.
ITextViewerExtension2 - interface org.eclipse.jface.text.ITextViewerExtension2.
Extension interface for ITextViewer.
ITextViewerExtension3 - interface org.eclipse.jface.text.ITextViewerExtension3.
Extension interface for ITextViewer.
ITextViewerExtension4 - interface org.eclipse.jface.text.ITextViewerExtension4.
Extension interface for ITextViewer.
IThread - interface org.eclipse.debug.core.model.IThread.
A thread is a sequential flow of execution in a debug target.
IToc - interface org.eclipse.help.IToc.
IToc is the table of contents.
IToken - interface org.eclipse.jface.text.rules.IToken.
A token to be returned by a rule.
ITokenComparator - interface org.eclipse.compare.contentmergeviewer.ITokenComparator.
For performing a so-called "token compare" on a line of text.
ITokenScanner - interface org.eclipse.jface.text.rules.ITokenScanner.
A token scanner scans a range of a document and reports about the token it finds.
IToolBarManager - interface org.eclipse.jface.action.IToolBarManager.
The IToolBarManager interface provides protocol for managing contributions to a tool bar.
ITopic - interface org.eclipse.help.ITopic.
ITopic is one topic in a hierarchy of topics.
ITranslator - interface org.eclipse.jface.text.source.ITranslator.
A translator translates a given file into another language.
ITranslatorResultCollector - interface org.eclipse.jface.text.source.ITranslatorResultCollector.
Tagging interface for a translator result collector.
ITreeContentProvider - interface org.eclipse.jface.viewers.ITreeContentProvider.
An interface to content providers for tree-structure-oriented viewers.
ITreeViewerListener - interface org.eclipse.jface.viewers.ITreeViewerListener.
A listener which is notified when a tree viewer expands or collapses a node.
ITypedElement - interface org.eclipse.compare.ITypedElement.
Interface for getting the name, image, and type for an object.
ITypedRegion - interface org.eclipse.jface.text.ITypedRegion.
Describes a region of an indexed text store such as document or string.
IURLEntry - interface org.eclipse.update.core.IURLEntry.
URL entry is an annotated URL object.
IUndoManager - interface org.eclipse.jface.text.IUndoManager.
An undo manager is connected to at most one text viewer.
IUpdate - interface org.eclipse.ui.texteditor.IUpdate.
Indicates the support of an update method.
IUpdateConstants - interface org.eclipse.update.core.IUpdateConstants.
Manages a list of static constants.
IValue - interface org.eclipse.debug.core.model.IValue.
A value represents the value of a variable.
IValueDetailListener - interface org.eclipse.debug.ui.IValueDetailListener.
Notified of detailed value descriptions.
IValueModification - interface org.eclipse.debug.core.model.IValueModification.
Provides the ability to modify the value of a variable in a target.
IValueVariable - interface org.eclipse.core.variables.IValueVariable.
A variable with a value that can be set and retrieved.
IValueVariableInitializer - interface org.eclipse.core.variables.IValueVariableInitializer.
Value variable initializers compute an initial value for a value variable contributed by an extension, which is not defined with an initial value.
IValueVariableListener - interface org.eclipse.core.variables.IValueVariableListener.
A string variable listener is notified of variables as they are added and removed from the string variable manager.
IVariable - interface org.eclipse.debug.core.model.IVariable.
A variable represents a visible data structure in a stack frame or value.
IVerificationListener - interface org.eclipse.update.core.IVerificationListener.
Verification listener.
IVerificationResult - interface org.eclipse.update.core.IVerificationResult.
Verification result.
IVerifier - interface org.eclipse.update.core.IVerifier.
Verifier.
IVerticalRuler - interface org.eclipse.jface.text.source.IVerticalRuler.
This interface defines a visual component which may serve text viewers as an annotation presentation area.
IVerticalRulerColumn - interface org.eclipse.jface.text.source.IVerticalRulerColumn.
A IVerticalRulerColumn is an element that can be added to a composite vertical ruler.
IVerticalRulerExtension - interface org.eclipse.jface.text.source.IVerticalRulerExtension.
Extension interface for IVerticalRuler.
IVerticalRulerInfo - interface org.eclipse.jface.text.source.IVerticalRulerInfo.
A vertical ruler is a visual component which may serve text viewers as an annotation presentation area.
IVerticalRulerInfoExtension - interface org.eclipse.jface.text.source.IVerticalRulerInfoExtension.
Extends IVerticalRulerInfo with the ability to define a custom hover to be used when hovering over the IVerticalRuler described by this info instance, and to specify the IAnnotationModel used by it.
IViewActionDelegate - interface org.eclipse.ui.IViewActionDelegate.
Interface for an action that is contributed into a view's local tool bar, pulldown menu, or popup menu.
IViewPart - interface org.eclipse.ui.IViewPart.
A view is a visual component within a workbench page.
IViewReference - interface org.eclipse.ui.IViewReference.
Defines a reference to an IViewPart.
IViewSite - interface org.eclipse.ui.IViewSite.
The primary interface between a view part and the outside world.
IViewerCreator - interface org.eclipse.compare.IViewerCreator.
A factory object for Viewer.
IViewportListener - interface org.eclipse.jface.text.IViewportListener.
Registered with a text viewer, viewport listeners are informed about changes of a text viewer's viewport.
IWatchExpression - interface org.eclipse.debug.core.model.IWatchExpression.
A watch expression is an expression that is evaluated in the context of a specific stack frame, thread, debug target, process, or launch.
IWatchExpressionDelegate - interface org.eclipse.debug.core.model.IWatchExpressionDelegate.
A delegate which computes the value of a watch expression when provided a context.
IWatchExpressionListener - interface org.eclipse.debug.core.model.IWatchExpressionListener.
A watch expression listener is notified when an org.eclipse.debug.core.model.IWatchExpressionDelegate completes an evaluation.
IWatchExpressionResult - interface org.eclipse.debug.core.model.IWatchExpressionResult.
The result of an evaluation performed by an org.eclipse.debug.core.model.IWatchExpressionDelegate.
IWhitespaceDetector - interface org.eclipse.jface.text.rules.IWhitespaceDetector.
Defines the interface by which WhitespaceRule determines whether a given character is to be considered whitespace in the current context.
IWidgetTokenKeeper - interface org.eclipse.jface.text.IWidgetTokenKeeper.
A widget token keeper may require a widget token from an IWidgetTokenOwner and release the token to the owner after usage.
IWidgetTokenKeeperExtension - interface org.eclipse.jface.text.IWidgetTokenKeeperExtension.
Extension interface to IWidgetTokenKeeper.
IWidgetTokenOwner - interface org.eclipse.jface.text.IWidgetTokenOwner.
A widget token must be aquired in order to display information in a temporary window.
IWidgetTokenOwnerExtension - interface org.eclipse.jface.text.IWidgetTokenOwnerExtension.
Extension interface to IWidgetTokenOwner.
IWindowListener - interface org.eclipse.ui.IWindowListener.
Interface for listening to window lifecycle events.
IWizard - interface org.eclipse.jface.wizard.IWizard.
Interface for a wizard.
IWizardContainer - interface org.eclipse.jface.wizard.IWizardContainer.
Interface for containers that can host a wizard.
IWizardNode - interface org.eclipse.jface.wizard.IWizardNode.
A wizard node acts a placeholder for a real wizard in a wizard selection page.
IWizardPage - interface org.eclipse.jface.wizard.IWizardPage.
Interface for a wizard page.
IWordDetector - interface org.eclipse.jface.text.rules.IWordDetector.
Defines the interface by which WordRule determines whether a given character is valid as part of a word in the current context.
IWorkbench - interface org.eclipse.ui.IWorkbench.
A workbench is the root object for the Eclipse Platform user interface.
IWorkbenchActionConstants - interface org.eclipse.ui.IWorkbenchActionConstants.
Action ids for standard actions, groups in the workbench menu bar, and global actions.
IWorkbenchActionDefinitionIds - interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds.
Defines the definitions ids for workbench actions.
IWorkbenchActivitySupport - interface org.eclipse.ui.activities.IWorkbenchActivitySupport.
 
IWorkbenchAdapter - interface org.eclipse.ui.model.IWorkbenchAdapter.
This adapter interface provides visual presentation and hierarchical structure for workbench elements, allowing them to be displayed in the UI without having to know the concrete type of the element.
IWorkbenchCommandSupport - interface org.eclipse.ui.commands.IWorkbenchCommandSupport.
An instance of this interface provides support for managing commands at the IWorkbench level.
IWorkbenchConfigurer - interface org.eclipse.ui.application.IWorkbenchConfigurer.
Interface providing special access for configuring the workbench.
IWorkbenchContextSupport - interface org.eclipse.ui.contexts.IWorkbenchContextSupport.
An instance of this interface provides support for managing contexts at the IWorkbench level.
IWorkbenchPage - interface org.eclipse.ui.IWorkbenchPage.
A workbench page consists of an arrangement of views and editors intended to be presented together to the user in a single workbench window.
IWorkbenchPageCommandSupport - interface org.eclipse.ui.commands.IWorkbenchPageCommandSupport.
An instance of this interface provides support for managing commands at the IWorkbenchPage level.
IWorkbenchPageContextSupport - interface org.eclipse.ui.contexts.IWorkbenchPageContextSupport.
An instance of this interface provides support for managing contexts at the IWorkbenchPage level.
IWorkbenchPart - interface org.eclipse.ui.IWorkbenchPart.
A workbench part is a visual component within a workbench page.
IWorkbenchPartDescriptor - interface org.eclipse.ui.IWorkbenchPartDescriptor.
Description of a workbench part.
IWorkbenchPartReference - interface org.eclipse.ui.IWorkbenchPartReference.
Implements a reference to a IWorkbenchPart.
IWorkbenchPartSite - interface org.eclipse.ui.IWorkbenchPartSite.
The primary interface between a workbench part and the outside world.
IWorkbenchPartSiteCommandSupport - interface org.eclipse.ui.commands.IWorkbenchPartSiteCommandSupport.
An instance of this interface provides support for managing commands at the IWorkbenchPartSite level.
IWorkbenchPartSiteContextSupport - interface org.eclipse.ui.contexts.IWorkbenchPartSiteContextSupport.
An instance of this interface provides support for managing contexts at the IWorkbenchPartSite level.
IWorkbenchPreferenceConstants - interface org.eclipse.ui.IWorkbenchPreferenceConstants.
Preference ids exposed by the Eclipse Platform User Interface.
IWorkbenchPreferencePage - interface org.eclipse.ui.IWorkbenchPreferencePage.
Interface for workbench preference pages.
IWorkbenchPreferences - interface org.eclipse.ui.application.IWorkbenchPreferences.
Defines names of workbench preferences that are available for the application to configure.
IWorkbenchPropertyPage - interface org.eclipse.ui.IWorkbenchPropertyPage.
Interface for workbench property pages.
IWorkbenchSite - interface org.eclipse.ui.IWorkbenchSite.
The common interface between the workbench and its parts, including pages within parts.
IWorkbenchSiteProgressService - interface org.eclipse.ui.progress.IWorkbenchSiteProgressService.
IWorkbenchPartProgressService is an IProgressService that adds API for context sensitive jobs.
IWorkbenchWindow - interface org.eclipse.ui.IWorkbenchWindow.
A workbench window is a top level window in a workbench.
IWorkbenchWindowActionDelegate - interface org.eclipse.ui.IWorkbenchWindowActionDelegate.
Interface for an action that is contributed into the workbench window menu or tool bar.
IWorkbenchWindowCommandSupport - interface org.eclipse.ui.commands.IWorkbenchWindowCommandSupport.
An instance of this interface provides support for managing commands at the IWorkbenchWindow level.
IWorkbenchWindowConfigurer - interface org.eclipse.ui.application.IWorkbenchWindowConfigurer.
Interface providing special access for configuring workbench windows.
IWorkbenchWindowContextSupport - interface org.eclipse.ui.contexts.IWorkbenchWindowContextSupport.
An instance of this interface provides support for managing contexts at the IWorkbenchWindow level.
IWorkbenchWindowPulldownDelegate - interface org.eclipse.ui.IWorkbenchWindowPulldownDelegate.
Interface for a pulldown action that is contributed into the workbench window tool bar.
IWorkbenchWindowPulldownDelegate2 - interface org.eclipse.ui.IWorkbenchWindowPulldownDelegate2.
Extension of IWorkbenchWindowPulldownDelegate that allows the delegate dropdown menu to be a child of a Menu item.
IWorkbenchWizard - interface org.eclipse.ui.IWorkbenchWizard.
Implementors represent creation wizards that are to be contributed to the workbench's creation wizard extension point.
IWorkingSet - interface org.eclipse.ui.IWorkingSet.
A working set holds a number of IAdaptable elements.
IWorkingSetEditWizard - interface org.eclipse.ui.dialogs.IWorkingSetEditWizard.
A working set edit wizard allows editing a working set using the IWorkingSetPage associated with the working set.
IWorkingSetManager - interface org.eclipse.ui.IWorkingSetManager.
A working set manager stores working sets and provides property change notification when a working set is added or removed.
IWorkingSetPage - interface org.eclipse.ui.dialogs.IWorkingSetPage.
A working set page allows the user to edit an existing working set and create a new working set.
IWorkingSetSelectionDialog - interface org.eclipse.ui.dialogs.IWorkingSetSelectionDialog.
A working set selection dialog displays the list of working sets available in the workbench.
IWorkspace - interface org.eclipse.core.resources.IWorkspace.
Workspaces are the basis for Eclipse Platform resource management.
IWorkspace.ProjectOrder - class org.eclipse.core.resources.IWorkspace.ProjectOrder.
Data structure for holding the multi-part outcome of IWorkspace.computeProjectOrder.
IWorkspace.ProjectOrder(IProject[], boolean, IProject[][]) - Constructor for class org.eclipse.core.resources.IWorkspace.ProjectOrder
Creates an instance with the given values.
IWorkspaceDescription - interface org.eclipse.core.resources.IWorkspaceDescription.
A workspace description represents the workspace preferences.
IWorkspaceRoot - interface org.eclipse.core.resources.IWorkspaceRoot.
A root resource represents the top of the resource hierarchy in a workspace.
IWorkspaceRunnable - interface org.eclipse.core.resources.IWorkspaceRunnable.
A runnable which executes as a batch operation within the workspace.
IconAndMessageDialog - class org.eclipse.jface.dialogs.IconAndMessageDialog.
The IconAndMessageDialog is the abstract superclass of dialogs that have an icon and a message as the first two widgets.
IconAndMessageDialog(Shell) - Constructor for class org.eclipse.jface.dialogs.IconAndMessageDialog
Constructor for IconAndMessageDialog.
Iconify - Static variable in class org.eclipse.swt.SWT
The iconify event type (value is 19).
IdentifierEvent - class org.eclipse.ui.activities.IdentifierEvent.
An instance of this class describes changes to an instance of IIdentifier.
IdentifierEvent(IIdentifier, boolean, boolean) - Constructor for class org.eclipse.ui.activities.IdentifierEvent
Creates a new instance of this class.
Image - class org.eclipse.swt.graphics.Image.
Instances of this class are graphics which have been prepared for display on a specific device.
Image(Device, int, int) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the specified width and height.
Image(Device, Image, int) - Constructor for class org.eclipse.swt.graphics.Image
Constructs a new instance of this class based on the provided image, with an appearance that varies depending on the value of the flag.
Image(Device, Rectangle) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the width and height of the specified rectangle.
Image(Device, ImageData) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class from the given ImageData.
Image(Device, ImageData, ImageData) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class, whose type is SWT.ICON, from the two given ImageData objects.
Image(Device, InputStream) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the specified input stream.
Image(Device, String) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the file with the specified name.
ImageData - class org.eclipse.swt.graphics.ImageData.
Instances of this class are device-independent descriptions of images.
ImageData(int, int, int, PaletteData) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth and palette.
ImageData(int, int, int, PaletteData, int, byte[]) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth, palette, scanlinePad and data.
ImageData(InputStream) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from the specified input stream.
ImageData(String) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from a file with the specified name.
ImageDescriptor - class org.eclipse.jface.resource.ImageDescriptor.
An image descriptor is an object that knows how to create an SWT image.
ImageDescriptor() - Constructor for class org.eclipse.jface.resource.ImageDescriptor
Constructs an image descriptor.
ImageLoader - class org.eclipse.swt.graphics.ImageLoader.
Instances of this class are used to load images from, and save images to, a file or stream.
ImageLoader() - Constructor for class org.eclipse.swt.graphics.ImageLoader
Construct a new empty ImageLoader.
ImageLoaderEvent - class org.eclipse.swt.graphics.ImageLoaderEvent.
Instances of this class are sent as a result of the incremental loading of image data.
ImageLoaderEvent(ImageLoader, ImageData, int, boolean) - Constructor for class org.eclipse.swt.graphics.ImageLoaderEvent
Constructs a new instance of this class given the event source and the values to store in its fields.
ImageLoaderListener - interface org.eclipse.swt.graphics.ImageLoaderListener.
Classes which implement this interface provide methods that deal with the incremental loading of image data.
ImageRegistry - class org.eclipse.jface.resource.ImageRegistry.
An image registry maintains a mapping between symbolic image names and SWT image objects or special image descriptor objects which defer the creation of SWT image objects until they are needed.
ImageRegistry() - Constructor for class org.eclipse.jface.resource.ImageRegistry
Creates an empty image registry.
ImageRegistry(Display) - Constructor for class org.eclipse.jface.resource.ImageRegistry
Creates an empty image registry.
ImageUtilities - class org.eclipse.ui.texteditor.ImageUtilities.
Provides methods for drawing images onto a canvas.
ImageUtilities() - Constructor for class org.eclipse.ui.texteditor.ImageUtilities
 
Import - class org.eclipse.update.core.Import.
Convenience implementation of a plug-in dependency.
Import() - Constructor for class org.eclipse.update.core.Import
 
ImportModel - class org.eclipse.update.core.model.ImportModel.
Plug-in dependency model object.
ImportModel() - Constructor for class org.eclipse.update.core.model.ImportModel
Creates a uninitialized plug-in dependency model object.
ImportOperation - class org.eclipse.ui.wizards.datatransfer.ImportOperation.
An operation which does the actual work of copying objects from the local file system into the workspace.
ImportOperation(IPath, Object, IImportStructureProvider, IOverwriteQuery) - Constructor for class org.eclipse.ui.wizards.datatransfer.ImportOperation
Creates a new operation that recursively imports the entire contents of the specified root file system object.
ImportOperation(IPath, Object, IImportStructureProvider, IOverwriteQuery, List) - Constructor for class org.eclipse.ui.wizards.datatransfer.ImportOperation
Creates a new operation that imports specific file system objects.
ImportOperation(IPath, IImportStructureProvider, IOverwriteQuery, List) - Constructor for class org.eclipse.ui.wizards.datatransfer.ImportOperation
Creates a new operation that imports specific file system objects.
ImportResourcesAction - class org.eclipse.ui.actions.ImportResourcesAction.
Action representing a generic import operation.
ImportResourcesAction(IWorkbenchWindow) - Constructor for class org.eclipse.ui.actions.ImportResourcesAction
Create a new instance of this class
ImportResourcesAction(IWorkbench) - Constructor for class org.eclipse.ui.actions.ImportResourcesAction
Deprecated. use the constructor ImportResourcesAction(IWorkbenchWindow)
IncludedFeatureReference - class org.eclipse.update.core.IncludedFeatureReference.
This is a utility class representing the options of a nested feature.
IncludedFeatureReference() - Constructor for class org.eclipse.update.core.IncludedFeatureReference
Construct a included feature reference
IncludedFeatureReference(IIncludedFeatureReference) - Constructor for class org.eclipse.update.core.IncludedFeatureReference
Construct a feature options
IncludedFeatureReference(IFeatureReference) - Constructor for class org.eclipse.update.core.IncludedFeatureReference
Constructor IncludedFeatureReference.
IncludedFeatureReferenceModel - class org.eclipse.update.core.model.IncludedFeatureReferenceModel.
Included Feature reference model object.
IncludedFeatureReferenceModel() - Constructor for class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Construct a included feature reference
IncludedFeatureReferenceModel(IncludedFeatureReferenceModel) - Constructor for class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Construct a included feature reference model
IncludedFeatureReferenceModel(IFeatureReference) - Constructor for class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Constructor IncludedFeatureReferenceModel.
IncrementalFindAction - class org.eclipse.ui.texteditor.IncrementalFindAction.
An action which enters the incremental find mode a la emacs.
IncrementalFindAction(ResourceBundle, String, IWorkbenchPart, boolean) - Constructor for class org.eclipse.ui.texteditor.IncrementalFindAction
Creates a new incremental find action for the given workbench part.
IncrementalFindAction(ResourceBundle, String, IWorkbenchWindow, boolean) - Constructor for class org.eclipse.ui.texteditor.IncrementalFindAction
Deprecated. use FindReplaceAction(ResourceBundle, String, IWorkbenchPart, boolean) instead
IncrementalProjectBuilder - class org.eclipse.core.resources.IncrementalProjectBuilder.
The abstract base class for all incremental project builders.
IncrementalProjectBuilder() - Constructor for class org.eclipse.core.resources.IncrementalProjectBuilder
 
InfoForm - class org.eclipse.ui.texteditor.InfoForm.
A form consisting of a title, a banner, and a info text.
InfoForm(Composite) - Constructor for class org.eclipse.ui.texteditor.InfoForm
Creates a new info form.
InformationPresenter - class org.eclipse.jface.text.information.InformationPresenter.
Standard implementation of IInformationPresenter.
InformationPresenter(IInformationControlCreator) - Constructor for class org.eclipse.jface.text.information.InformationPresenter
Creates a new information presenter that uses the given information control creator.
InputDialog - class org.eclipse.jface.dialogs.InputDialog.
A simple input dialog for soliciting an input string from the user.
InputDialog(Shell, String, String, String, IInputValidator) - Constructor for class org.eclipse.jface.dialogs.InputDialog
Creates an input dialog with OK and Cancel buttons.
InsertEdit - class org.eclipse.text.edits.InsertEdit.
Text edit to insert a text at a given position in a document.
InsertEdit(int, String) - Constructor for class org.eclipse.text.edits.InsertEdit
Constructs a new insert edit.
InstallAbortedException - exception org.eclipse.update.core.model.InstallAbortedException.
Exception thrown when the user cancelled an installation.
InstallAbortedException(String, Exception) - Constructor for class org.eclipse.update.core.model.InstallAbortedException
Construct the exception indicating enclosing CoreException
InstallHandlerEntry - class org.eclipse.update.core.InstallHandlerEntry.
Convenience implementation of an install handler entry.
InstallHandlerEntry() - Constructor for class org.eclipse.update.core.InstallHandlerEntry
Constructor for InstallHandlerEntry.
InstallHandlerEntryModel - class org.eclipse.update.core.model.InstallHandlerEntryModel.
Install handler entry model object.
InstallHandlerEntryModel() - Constructor for class org.eclipse.update.core.model.InstallHandlerEntryModel
Creates a uninitialized install handler entry model object.
InstallMonitor - class org.eclipse.update.core.InstallMonitor.
Install progress monitor Delegating wrapper for IProgressMonitor used for installation handling.
InstallMonitor() - Constructor for class org.eclipse.update.core.InstallMonitor
 
InstallMonitor(IProgressMonitor) - Constructor for class org.eclipse.update.core.InstallMonitor
Install monitor constructor
InstallMonitor.MonitorState - class org.eclipse.update.core.InstallMonitor.MonitorState.
 
IntegerFieldEditor - class org.eclipse.jface.preference.IntegerFieldEditor.
A field editor for an integer type preference.
IntegerFieldEditor() - Constructor for class org.eclipse.jface.preference.IntegerFieldEditor
Creates a new integer field editor
IntegerFieldEditor(String, String, Composite) - Constructor for class org.eclipse.jface.preference.IntegerFieldEditor
Creates an integer field editor.
IntegerFieldEditor(String, String, Composite, int) - Constructor for class org.eclipse.jface.preference.IntegerFieldEditor
Creates an integer field editor.
InvalidSiteTypeException - exception org.eclipse.update.core.model.InvalidSiteTypeException.
Exception thrown when the type of the site discovered in the site manifest does not correspond to the type expected by the concrete site factory.
InvalidSiteTypeException(String) - Constructor for class org.eclipse.update.core.model.InvalidSiteTypeException
Construct the exception indicating the detected site type
Item - class org.eclipse.swt.widgets.Item.
This class is the abstract superclass of all non-windowed user interface objects that occur within specific controls.
Item(Widget, int) - Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Item(Widget, int, int) - Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
id - Variable in class org.eclipse.swt.ole.win32.OleFunctionDescription
 
id - Variable in class org.eclipse.swt.ole.win32.OlePropertyDescription
 
identifierChanged(IdentifierEvent) - Method in interface org.eclipse.ui.activities.IIdentifierListener
Notifies that one or more properties of an instance of IIdentifier have changed.
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
 
ignoreAutoEditStrategies(boolean) - Method in class org.eclipse.jface.text.TextViewer
Tells this viewer whether the registered auto edit strategies should be ignored.
ignorePostNotificationReplaces() - Method in class org.eclipse.jface.text.AbstractDocument
 
ignorePostNotificationReplaces() - Method in interface org.eclipse.jface.text.IDocumentExtension2
Tells the receiver to ignore calls to registerPostNotificationReplace until acceptPostNotificationReplaces is called.
image - Variable in class org.eclipse.swt.graphics.GCData
 
imageData - Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
if the endOfImage flag is false, then this is a partially complete copy of the current ImageData, otherwise this is a completely loaded ImageData
imageDataLoaded(ImageLoaderEvent) - Method in interface org.eclipse.swt.graphics.ImageLoaderListener
Sent when image data is either partially or completely loaded.
imageDescriptorFromPlugin(String, String) - Static method in class org.eclipse.ui.plugin.AbstractUIPlugin
Creates and returns a new image descriptor for an image file located within the specified plug-in.
imageLabel - Variable in class org.eclipse.jface.dialogs.IconAndMessageDialog
Return the label for the image.
importAction - Variable in class org.eclipse.ui.views.navigator.MainActionGroup
 
importPreferences(IPath) - Static method in class org.eclipse.core.runtime.Preferences
Loads the plugin preferences from the given file, and replaces all non-default-valued preferences for all plugins with the values from this file.
inDevelopmentMode - Variable in class org.eclipse.core.launcher.Main
Indicates whether this instance is running in development mode.
include(JarEntry) - Method in class org.eclipse.update.core.JarContentReference.ContentSelector
Indicates whether the .jar entry should be selected.
includes(int) - Method in class org.eclipse.jface.text.Position
Checks whether the given offset is inside of this position's text range.
includesRulerLine(Position, IDocument) - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Checks whether a position includes the ruler's line of activity.
includesRulerLine(Position, IDocument) - Method in class org.eclipse.ui.texteditor.SelectMarkerRulerAction
Checks whether a position includes the ruler's line of activity.
incrementCount - Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
the zero-based count of image data increments -- this is equivalent to the number of events that have been generated while loading a particular image
incrementCount(long) - Method in class org.eclipse.update.core.InstallMonitor
Increments the number of bytes copied.
incrementNestingDepth() - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
Increments the nesting depth of running operations.
indexForElement(Widget, Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Returns the index where the item should be inserted.
indexForElement(Object) - Method in class org.eclipse.jface.viewers.ListViewer
 
indexForElement(Object) - Method in class org.eclipse.jface.viewers.TableViewer
 
indexOf(String) - Method in class org.eclipse.jface.action.ContributionManager
Returns the index of the item with the given id.
indexOf(IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
Returns the index of the object in the internal structure.
indexOf(String[], String, int) - Static method in class org.eclipse.jface.text.TextUtilities
Returns the starting position and the index of the longest matching search string in the given text that is greater than the given offset.
indexOf(String) - Method in class org.eclipse.swt.custom.CCombo
Gets the index of an item.
indexOf(String, int) - Method in class org.eclipse.swt.custom.CCombo
Gets the index of an item.
indexOf(CTabItem) - Method in class org.eclipse.swt.custom.CTabFolder
Return the index of the specified tab or -1 if the tab is not in the receiver.
indexOf(CTabItem2) - Method in class org.eclipse.swt.custom.CTabFolder2
Return the index of the specified tab or -1 if the tab is not in the receiver.
indexOf(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTree
Gets the index of an item.
indexOf(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTreeItem
Gets the index of the specified item.
indexOf(String) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String, int) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(CoolItem) - Method in class org.eclipse.swt.widgets.CoolBar
Searches the receiver's items in the order they are currently being displayed, starting at the first item (index 0), until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String) - Method in class org.eclipse.swt.widgets.List
Gets the index of an item.
indexOf(String, int) - Method in class org.eclipse.swt.widgets.List
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(MenuItem) - Method in class org.eclipse.swt.widgets.Menu
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TabItem) - Method in class org.eclipse.swt.widgets.TabFolder
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TableColumn) - Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first column (index 0) until a column is found that is equal to the argument, and returns the index of that column.
indexOf(TableItem) - Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(ToolItem) - Method in class org.eclipse.swt.widgets.ToolBar
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
init(IViewSite, IMemento) - Method in class org.eclipse.debug.ui.AbstractDebugView
 
init(IWorkbenchWindow) - Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
 
init(IWorkbenchWindow) - Method in class org.eclipse.debug.ui.actions.LaunchAsAction
 
init(IWorkbenchWindow) - Method in class org.eclipse.debug.ui.actions.OpenLaunchDialogAction
 
init(IConsole) - Method in interface org.eclipse.debug.ui.console.IConsoleLineTracker
Notification that a console document has been created for which this listener is registered.
init(IWorkbenchWindow) - Method in class org.eclipse.help.ui.browser.LaunchURL
 
init(String, String) - Method in class org.eclipse.jface.preference.FieldEditor
Initialize the field editor with the given preference name and label.
init() - Method in class org.eclipse.swt.graphics.Device
Initializes any internal resources needed by the device.
init() - Method in class org.eclipse.swt.widgets.Display
Initializes any internal resources needed by the device.
init(IWorkbench, IProject) - Method in interface org.eclipse.team.ui.IConfigurationWizard
Initializes this creation wizard using the passed workbench and object selection.
init(IMemento) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
 
init(IMemento) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
Initializes this participant with the given participant state.
init(IMemento) - Method in class org.eclipse.team.ui.synchronize.TeamSubscriberParticipant
 
init(IPageSite) - Method in class org.eclipse.team.ui.synchronize.TeamSubscriberParticipantPage
 
init(IAction) - Method in interface org.eclipse.ui.IActionDelegate2
Allows the action delegate to initialize itself after being created by the proxy action.
init(IWorkbench, IStructuredSelection, IProject) - Method in interface org.eclipse.ui.ICapabilityInstallWizard
Initializes this capability wizard using the passed workbench, object selection, and project.
init(IWorkbench, IStructuredSelection, IProject, String[]) - Method in interface org.eclipse.ui.ICapabilityUninstallWizard
Initializes this capability wizard using the passed workbench, object selection, project, and nature IDs.
init(IActionBars, IWorkbenchPage) - Method in interface org.eclipse.ui.IEditorActionBarContributor
Initializes this contributor, which is expected to add contributions as required to the given action bars and global action handlers.
init(IEditorSite, IEditorInput) - Method in interface org.eclipse.ui.IEditorPart
Initializes this editor with the given editor site and input.
init(IViewPart) - Method in interface org.eclipse.ui.IViewActionDelegate
Initializes this action delegate with the view it will work in.
init(IViewSite) - Method in interface org.eclipse.ui.IViewPart
Initializes this view with the given view site.
init(IViewSite, IMemento) - Method in interface org.eclipse.ui.IViewPart
Initializes this view with the given view site.
init(IWorkbench) - Method in interface org.eclipse.ui.IWorkbenchPreferencePage
Initializes this preference page for the given workbench.
init(IWorkbenchWindow) - Method in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
Initializes this action delegate with the workbench window it will work in.
init(IWorkbench, IStructuredSelection) - Method in interface org.eclipse.ui.IWorkbenchWizard
Initializes this creation wizard using the passed workbench and object selection.
init(IAction) - Method in class org.eclipse.ui.actions.ActionDelegate
The ActionDelegate implementation of this IActionDelegate2 method does nothing.
init(IActionBars) - Method in class org.eclipse.ui.editors.text.TextEditorActionContributor
 
init(IWorkbench) - Method in class org.eclipse.ui.editors.text.TextEditorPreferencePage
Deprecated.  
init(IActionBars, IWorkbenchPage) - Method in class org.eclipse.ui.part.EditorActionBarContributor
The EditorActionBarContributor implementation of this IEditorActionBarContributor method remembers the page then forwards the call to init(IActionBars) for backward compatibility
init(IActionBars) - Method in class org.eclipse.ui.part.EditorActionBarContributor
This method calls: contributeToMenu with bars' menu manager contributeToToolBar with bars' tool bar manager contributeToCoolBar with bars' cool bar manager if IActionBars is of extended type IActionBars2 contributeToStatusLine with bars' status line manager The given action bars are also remembered and made accessible via getActionBars.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.part.EditorPart
 
init(IPageSite) - Method in interface org.eclipse.ui.part.IPageBookViewPage
Initializes this page with the given page site.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.part.MultiEditor
 
init(IEditorSite, MultiEditorInput) - Method in class org.eclipse.ui.part.MultiEditor
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.part.MultiPageEditorPart
The MultiPageEditorPart implementation of this IEditorPart method sets its site to the given site, its input to the given input, and the site's selection provider to a MultiPageSelectionProvider.
init(IPageSite) - Method in class org.eclipse.ui.part.Page
The Page implementation of this IPageBookViewPage method stores a reference to the supplied site (the site which contains this page).
init(IViewSite) - Method in class org.eclipse.ui.part.PageBookView
 
init(IViewSite) - Method in class org.eclipse.ui.part.ViewPart
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.part.ViewPart
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.views.markers.BookmarkView
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.views.markers.ProblemView
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.views.markers.TaskView
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
 
init(IViewSite, IMemento) - Method in class org.eclipse.ui.views.tasklist.TaskList
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemExportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemImportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileExportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileImportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
The BasicNewResourceWizard implementation of this IWorkbenchWizard method records the given workbench and selection, and initializes the default banner image for the pages by calling initializeDefaultPageImageDescriptor.
init(FeatureModelFactory) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
 
init(SiteModelFactory) - Method in class org.eclipse.update.core.model.DefaultSiteParser
 
initActionState(IAction) - Method in class org.eclipse.debug.ui.AbstractDebugView
Restores the persisted checked state of the specified action that was stored in preferences.
initContentProvider(TreeViewer) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Sets the content provider for the viewer.
initContextMenu() - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Initializes and registers the context menu.
initDefaults(IPreferenceStore) - Static method in class org.eclipse.ui.editors.text.TextEditorPreferencePage
Deprecated. Initialzes the defaults for the given store.
initDragAndDrop() - Method in class org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator
Adds drag and drop support to the bookmark navigator.
initDragAndDrop() - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Adds drag and drop support to the navigator.
initFilters(TreeViewer) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Adds the filters to the viewer.
initLabelProvider(TreeViewer) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Sets the label provider for the viewer.
initListeners(TreeViewer) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Adds the listeners to the viewer.
initMenu(IMenuManager) - Method in class org.eclipse.ui.views.markers.ProblemView
 
initPage(IPageBookViewPage) - Method in class org.eclipse.ui.part.PageBookView
Initializes the given page with a page site.
initResourceSorter() - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Initializes the sorter.
initToolBar(IToolBarManager) - Method in class org.eclipse.ui.views.markers.TaskView
 
initialPopulateContainerField() - Method in class org.eclipse.ui.dialogs.WizardImportPage
Deprecated. Sets the initial contents of the container name field.
initialPopulateContainerField() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
Sets the initial contents of the container name field.
initialPopulateContainerNameField() - Method in class org.eclipse.ui.dialogs.WizardNewFileCreationPage
Sets the initial contents of the container name entry field, based upon either a previously-specified initial value or the ability to determine such a value.
initialProcess() - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
This method is called on startup of the background activity.
initialProcess() - Method in class org.eclipse.jface.text.reconciler.MonoReconciler
 
initialProcess() - Method in class org.eclipse.jface.text.reconciler.Reconciler
 
initialReconcile() - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
 
initialReconcile() - Method in interface org.eclipse.jface.text.reconciler.IReconcilingStrategyExtension
Called only once in the life time of this reconciling strategy.
initialSelection() - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
This hook method is called from within inputChanged after a new input has been set but before any controls are updated.
initialSelection() - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
 
initialize(IValueVariable) - Method in interface org.eclipse.core.variables.IValueVariableInitializer
Initializes the specified variable.
initialize() - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
Initializes all field editors.
initialize() - Method in class org.eclipse.jface.text.MarginPainter
Initializes this painter, by flushing and recomputing all caches and causing the widget to be redrawn.
initialize() - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Performs the initial partitioning of the partitioner's document.
initialize() - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated. Performs the initial partitioning of the partitioner's document.
initialize(Layout, int) - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
Creates the progress monitor's UI parts and layouts them according to the given layout.
initialize(IWorkbenchConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary initialization before the workbench starts running.
initialize(StatusTextEditor) - Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
Associates this encoding support to the given text editor and initializes this encoding.
initialize() - Method in class org.eclipse.ui.texteditor.DefaultAnnotation
Deprecated. Initializes the annotation's icon representation and its drawing layer based upon the properties of the underlying marker.
initialize() - Method in class org.eclipse.ui.texteditor.MarkerAnnotation
Initializes the annotation's icon representation and its drawing layer based upon the properties of the underlying marker.
initialize() - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
Initializes this object's children table based on the contents of the specified source file.
initialize(int, IFeature, IInstallHandlerEntry, InstallMonitor) - Method in class org.eclipse.update.core.BaseInstallHandler
Initialize the install handler.
initialize(int, IFeature, IInstallHandlerEntry, InstallMonitor) - Method in interface org.eclipse.update.core.IInstallHandler
Initialize the install handler.
initializeBounds() - Method in class org.eclipse.jface.dialogs.Dialog
 
initializeBounds() - Method in class org.eclipse.jface.window.Window
Initializes the location and size of this window's SWT shell after it has been created.
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
 
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
 
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
 
initializeDefaultPageImageDescriptor() - Method in class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
Initializes the default page image descriptor to an appropriate banner.
initializeDefaultPluginPreferences() - Method in class org.eclipse.core.runtime.Plugin
Initializes the default preferences settings for this plug-in.
initializeDefaultPluginPreferences() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
The AbstractUIPlugin implementation of this Plugin method forwards to initializeDefaultPreferences(IPreferenceStore).
initializeDefaultPreferences(IPreferenceStore) - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Initializes a preference store with default preference values for this plug-in.
initializeDefaultValues(IPreferenceStore) - Static method in class org.eclipse.ui.editors.text.TextEditorPreferenceConstants
Initializes the given preference store with the default values.
initializeDefaultValues(IPreferenceStore) - Static method in class org.eclipse.ui.texteditor.ExtendedTextEditorPreferenceConstants
Initializes the given preference store with the default values.
initializeDefaultValues(IPreferenceStore) - Static method in class org.eclipse.ui.texteditor.MarkerAnnotationPreferences
Initializes the given preference store with the default marker annotation values.
initializeDefaults(ILaunchConfiguration) - Method in interface org.eclipse.debug.core.model.IPersistableSourceLocator
Initializes this source locator to perform default source lookup for the given launch configuration.
initializeDialogUnits(Control) - Method in class org.eclipse.jface.dialogs.Dialog
Initializes the computation of horizontal and vertical dialog units based on the size of current font.
initializeDialogUnits(Control) - Method in class org.eclipse.jface.dialogs.DialogPage
Initializes the computation of horizontal and vertical dialog units based on the size of current font.
initializeDocumentInformationMapping(IDocument) - Method in class org.eclipse.jface.text.TextViewer
Initializes the document information mapping between the given slave document and its master document.
initializeEditor() - Method in class org.eclipse.ui.editors.text.TextEditor
Initializes this editor.
initializeEditor() - Method in class org.eclipse.ui.texteditor.ExtendedTextEditor
Initializes this editor.
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
By default, delegate to all of the tabs in this group.
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.CommonTab
 
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.EnvironmentTab
 
initializeFrom(ILaunchConfiguration) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Initializes this tab's controls with values from the given launch configuration.
initializeFrom(ILaunchConfiguration) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup
Initializes this group's tab controls with values from the given launch configuration.
initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.RefreshTab
 
initializeFromMemento(String) - Method in interface org.eclipse.debug.core.model.IPersistableSourceLocator
Initializes this source locator based on the given memento.
initializeImageRegistry(ImageRegistry) - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Initializes an image registry with images which are frequently used by the plugin.
initializeKeyBindingScopes() - Method in class org.eclipse.ui.editors.text.TextEditor
Initializes the key binding scopes of this editor.
initializeKeyBindingScopes() - Method in class org.eclipse.ui.texteditor.ExtendedTextEditor
Initializes the key binding scopes of this editor.
initializeLineNumberRulerColumn(LineNumberRulerColumn) - Method in class org.eclipse.ui.texteditor.ExtendedTextEditor
Initializes the given line number ruler column from the preference store.
initializePage() - Method in class org.eclipse.ui.dialogs.WizardNewFolderMainPage
Initializes this page's controls.
initializeToolBar() - Method in class org.eclipse.debug.ui.AbstractDebugView
Configures this view's toolbar.
initializeViewerColors(ISourceViewer) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Initializes the given viewer's colors.
initialized - Variable in class org.eclipse.update.core.BaseInstallHandler
Indicates if handler has been initialized
input - Variable in class org.eclipse.ui.part.EditorInputTransfer.EditorInputData
 
inputChanged(Object, Object) - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Internal hook method called when the input to this viewer is initially set or subsequently changed.
inputChanged(Object, Object) - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
Overridden to create the comparable structures from the input object and to feed them through the differencing engine.
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.debug.ui.EnvironmentTab.EnvironmentVariableContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.preference.PreferenceContentProvider
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.text.TextViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.jface.viewers.ArrayContentProvider
This implementation does nothing.
inputChanged(Viewer, Object, Object) - Method in interface org.eclipse.jface.viewers.IContentProvider
Notifies this content provider that the given viewer's input has been switched to a different element.
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.ListViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.TableViewer
 
inputChanged(Object, Object) - Method in class org.eclipse.jface.viewers.Viewer
Internal hook method called when the input to this viewer is initially set or subsequently changed.
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ui.dialogs.FileEditorMappingContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ui.model.BaseWorkbenchContentProvider
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.ui.model.WorkbenchContentProvider
 
inputDocumentAboutToBeChanged(IDocument, IDocument) - Method in interface org.eclipse.jface.text.ITextInputListener
Called before the input document is replaced.
inputDocumentAboutToBeChanged(IDocument, IDocument) - Method in class org.eclipse.jface.text.PaintManager
 
inputDocumentChanged(IDocument, IDocument) - Method in interface org.eclipse.jface.text.ITextInputListener
Called after the input document has been replaced.
inputDocumentChanged(IDocument, IDocument) - Method in class org.eclipse.jface.text.PaintManager
 
inputHandlerClassName - Variable in class org.eclipse.ant.core.AntRunner
 
insert(int, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
Insert the item at the given index.
insert(Object, int) - Method in class org.eclipse.jface.viewers.TableViewer
Inserts the given element into this table viewer at the given position.
insert(String) - Method in class org.eclipse.swt.custom.StyledText
Inserts a string.
insert(String) - Method in class org.eclipse.swt.widgets.Text
Inserts a string.
insertAfter(String, IAction) - Method in class org.eclipse.jface.action.ContributionManager
 
insertAfter(String, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
insertAfter(String, IAction) - Method in interface org.eclipse.jface.action.IContributionManager
Inserts a contribution item for the given action after the item with the given id.
insertAfter(String, IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManager
Inserts a contribution item after the item with the given id.
insertAfter(String, IAction) - Method in class org.eclipse.jface.action.SubContributionManager
 
insertAfter(String, IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
 
insertBefore(String, IAction) - Method in class org.eclipse.jface.action.ContributionManager
 
insertBefore(String, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
insertBefore(String, IAction) - Method in interface org.eclipse.jface.action.IContributionManager
Inserts a contribution item for the given action before the item with the given id.
insertBefore(String, IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManager
Inserts a contribution item before the item with the given id.
insertBefore(String, IAction) - Method in class org.eclipse.jface.action.SubContributionManager
 
insertBefore(String, IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
 
insertPositionUpdater(IPositionUpdater, int) - Method in class org.eclipse.jface.text.AbstractDocument
 
insertPositionUpdater(IPositionUpdater, int) - Method in interface org.eclipse.jface.text.IDocument
Inserts the position updater at the specified index in the document's list of position updaters.
install(Control) - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Installs this manager on the given control.
install(IContentAssistSubject) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
install(ITextViewer) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
install() - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
install(IContextInformation, ITextViewer, int) - Method in class org.eclipse.jface.text.contentassist.ContextInformationValidator
 
install(IContextInformation, IContentAssistSubject, int) - Method in class org.eclipse.jface.text.contentassist.ContextInformationValidator
 
install(ITextViewer) - Method in interface org.eclipse.jface.text.contentassist.IContentAssistant
Installs content assist support on the given text viewer.
install(IContentAssistSubject) - Method in interface org.eclipse.jface.text.contentassist.IContentAssistantExtension
Installs content assist support on the given subject.
install(IContextInformation, ITextViewer, int) - Method in interface org.eclipse.jface.text.contentassist.IContextInformationPresenter
Installs this presenter for the given context information.
install(IContextInformation, IContentAssistSubject, int) - Method in interface org.eclipse.jface.text.contentassist.IContextInformationPresenterExtension
Installs this presenter for the given context information.
install(IContextInformation, ITextViewer, int) - Method in interface org.eclipse.jface.text.contentassist.IContextInformationValidator
Installs this validator for the given context information.
install(IContextInformation, IContentAssistSubject, int) - Method in interface org.eclipse.jface.text.contentassist.IContextInformationValidatorExtension
Installs this validator for the given context information.
install(ITextViewer) - Method in interface org.eclipse.jface.text.information.IInformationPresenter
Installs the information presenter on the given text viewer.
install(ITextViewer) - Method in class org.eclipse.jface.text.information.InformationPresenter
 
install(ITextViewer) - Method in interface org.eclipse.jface.text.presentation.IPresentationReconciler
Installs this presentation reconciler on the given text viewer.
install(ITextViewer) - Method in class org.eclipse.jface.text.presentation.PresentationReconciler
 
install(ITextViewer) - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
 
install(ITextViewer) - Method in interface org.eclipse.jface.text.reconciler.IReconciler
Installs the reconciler on the given text viewer.
install() - Method in class org.eclipse.ui.editors.text.FileDocumentProvider.FileSynchronizer
Installs the synchronizer on the input's file.
install(IPreferenceStore) - Method in class org.eclipse.ui.texteditor.SourceViewerDecorationSupport
Installs this decoration support on th given preference store.
install(IFeature, IVerificationListener, IProgressMonitor) - Method in class org.eclipse.update.core.Feature
Install the contents of this feature into the specified target feature.
install(IFeature, IFeatureReference[], IVerificationListener, IProgressMonitor) - Method in class org.eclipse.update.core.Feature
Install the contents of this feature into the specified target feature.
install(IFeature, IVerificationListener, IProgressMonitor) - Method in interface org.eclipse.update.core.IFeature
Install the contents of this feature into the specified target feature.
install(IFeature, IFeatureReference[], IVerificationListener, IProgressMonitor) - Method in interface org.eclipse.update.core.IFeature
Install the contents of this feature into the specified target feature.
install(IFeature, IVerificationListener, IProgressMonitor) - Method in interface org.eclipse.update.core.ISite
Installs the specified feature on this site.
install(IFeature, IFeatureReference[], IVerificationListener, IProgressMonitor) - Method in interface org.eclipse.update.core.ISite
Installs the specified feature on this site.
install(IFeature, IVerificationListener, IProgressMonitor) - Method in class org.eclipse.update.core.Site
Install the specified feature and all optional features on this site.
install(IFeature, IFeatureReference[], IVerificationListener, IProgressMonitor) - Method in class org.eclipse.update.core.Site
Install the specified feature and listed optional features on this site.
install(IFeature, IFeatureReference[], IFeatureContentConsumer, IVerifier, IVerificationListener, IProgressMonitor) - Method in class org.eclipse.update.core.Site
Install the specified feature on this site using the content consumer as a context to install the feature in.
installCompleted(boolean) - Method in class org.eclipse.update.core.BaseInstallHandler
Called at the end of the install action.
installCompleted(boolean) - Method in interface org.eclipse.update.core.IInstallHandler
Called at the end of the install action.
installEncodingSupport() - Method in class org.eclipse.ui.editors.text.TextEditor
Installs the encoding support on the given text editor.
installInitiated() - Method in class org.eclipse.update.core.BaseInstallHandler
Called at the start of the install action.
installInitiated() - Method in interface org.eclipse.update.core.IInstallHandler
Called at the start of the install action.
installLocation - Variable in class org.eclipse.core.launcher.Main
The location of the install root
internalCollapseToLevel(Widget, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Recursively collapses the subtree rooted at the given widget to the given level.
internalExpand(Object, boolean) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Tries to create a path of tree items for the given element.
internalExpandToLevel(Widget, int) - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
Overridden to avoid expanding DiffNodes that shouldn't expand.
internalExpandToLevel(Widget, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Recursively expands the subtree rooted at the given widget to the given level.
internalGetVisibleRegion() - Method in class org.eclipse.jface.text.source.ProjectionSourceViewer
 
internalInit(IWorkbenchWindow, IEditorSite, IEditorInput) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
internalRefresh(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
internalRefresh(Object, boolean) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
internalRefresh(Object) - Method in class org.eclipse.jface.viewers.ListViewer
 
internalRefresh(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes this viewer starting at the given element.
internalRefresh(Object, boolean) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes this viewer starting at the given element.
internalRefresh(Object) - Method in class org.eclipse.jface.viewers.TableViewer
 
internalRefresh(Object, boolean) - Method in class org.eclipse.jface.viewers.TableViewer
 
internalRevealRange(int, int) - Method in class org.eclipse.jface.text.TextViewer
Reveals the given range of the visible document.
internalSaveWidgetValues() - Method in class org.eclipse.ui.dialogs.WizardExportPage
Deprecated. Persists additional setting that are to be restored in the next instance of this page.
internalSaveWidgetValues() - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
Persists additional setting that are to be restored in the next instance of this page.
internalSetItems(IContributionItem[]) - Method in class org.eclipse.jface.action.ContributionManager
An internal method for setting the order of the contribution items.
internalWorked(double) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Internal method to handle scaling correctly.
internalWorked(double) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
internalWorked(double) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
internalWorked(double) - Method in class org.eclipse.core.runtime.SubProgressMonitor
 
internalWorked(double) - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
Implements IProgressMonitor.internalWorked.
internalWorked(double) - Method in class org.eclipse.update.core.InstallMonitor
Indicate monitor progress.
internal_WM_GETOBJECT(int, int) - Method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to handle a window message.
internal_dispose_Accessible() - Method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to dispose an accessible object.
internal_dispose_GC(int, GCData) - Method in class org.eclipse.swt.graphics.Device
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) - Method in interface org.eclipse.swt.graphics.Drawable
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) - Method in class org.eclipse.swt.graphics.Image
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) - Method in class org.eclipse.swt.printing.Printer
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) - Method in class org.eclipse.swt.widgets.Control
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(int, GCData) - Method in class org.eclipse.swt.widgets.Display
Invokes platform specific functionality to dispose a GC handle.
internal_new(int, int, int, PaletteData, int, byte[], int, byte[], byte[], int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.graphics.ImageData
Invokes internal SWT functionality to create a new instance of this class.
internal_new_Accessible(Control) - Static method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to allocate a new accessible object.
internal_new_GC(GCData) - Method in class org.eclipse.swt.graphics.Device
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in interface org.eclipse.swt.graphics.Drawable
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in class org.eclipse.swt.graphics.Image
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in class org.eclipse.swt.printing.Printer
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in class org.eclipse.swt.widgets.Control
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in class org.eclipse.swt.widgets.Display
Invokes platform specific functionality to allocate a new GC handle.
intersect(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Destructively replaces the x, y, width and height values in the receiver with ones which represent the intersection of the rectangles specified by the receiver and the given rectangle.
intersect(Rectangle) - Method in class org.eclipse.swt.graphics.Region
Intersects the given rectangle to the collection of rectangles the receiver maintains to describe its area.
intersect(Region) - Method in class org.eclipse.swt.graphics.Region
Intersects all of the rectangles which make up the area covered by the argument to the collection of rectangles the receiver maintains to describe its area.
intersect(TextEdit, TextEdit) - Static method in class org.eclipse.text.edits.MoveSourceEdit
 
intersection(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Returns a new rectangle which represents the intersection of the receiver and the given rectangle.
intersects(int, int, int, int) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the rectangle described by the arguments intersects with the receiver and false otherwise.
intersects(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the given rectangle intersects with the receiver and false otherwise.
intersects(int, int, int, int) - Method in class org.eclipse.swt.graphics.Region
Returns true if the rectangle described by the arguments intersects with any of the rectangles the receiver mainains to describe its area, and false otherwise.
intersects(Rectangle) - Method in class org.eclipse.swt.graphics.Region
Returns true if the given rectangle intersects with any of the rectangles the receiver mainains to describe its area and false otherwise.
invalidateTextPresentation() - Method in class org.eclipse.compare.contentmergeviewer.TextMergeViewer
Invalidates the current presentation by invalidating the three text viewers.
invalidateTextPresentation() - Method in interface org.eclipse.jface.text.ITextViewer
Marks the currently applied text presentation as invalid.
invalidateTextPresentation(int, int) - Method in interface org.eclipse.jface.text.ITextViewerExtension2
Invalidates the viewer's text presentation for the given range.
invalidateTextPresentation() - Method in class org.eclipse.jface.text.TextViewer
 
invalidateTextPresentation(int, int) - Method in class org.eclipse.jface.text.TextViewer
Invalidates the given range of the text presentation.
invalidatesState(Object, boolean) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Returns whether the state of the element must be invalidated given its previous read-only state.
invoke(int) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has no parameters.
invoke(int, Variant[]) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has no optional parameters.
invoke(int, Variant[], int[]) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has optional parameters.
invokeAction(int) - Method in class org.eclipse.swt.custom.StyledText
Executes the action.
invokeKind - Variable in class org.eclipse.swt.ole.win32.OleFunctionDescription
 
invokeNoReply(int) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has no parameters.
invokeNoReply(int, Variant[]) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has no optional parameters.
invokeNoReply(int, Variant[], int[]) - Method in class org.eclipse.swt.ole.win32.OleAutomation
Invokes a method on the OLE Object; the method has optional parameters.
isAbsolute() - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is an absolute path (ignoring any device id).
isAbsolute() - Method in class org.eclipse.core.runtime.Path
 
isAcceleratorInUse(int) - Method in interface org.eclipse.jface.action.CommandResolver.ICallback
 
isAcceptable(IMarker) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Determines whether the marker is acceptable as an addition to this model.
isAcceptable(IMarker) - Method in class org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel
 
isAccessible() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is accessible.
isAccessible() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is accessible.
isActivated() - Method in class org.eclipse.jface.viewers.CellEditor
Returns whether this cell editor is activated.
isActive(String) - Method in interface org.eclipse.jface.action.CommandResolver.ICallback
 
isActive() - Method in interface org.eclipse.ui.commands.ICommand
Returns whether or not this command is active.
isActive() - Method in interface org.eclipse.ui.commands.IKeyConfiguration
Returns whether or not this command is active.
isAllocated() - Method in interface org.eclipse.debug.core.model.IValue
Returns whether this value is currently allocated.
isApplicableForSelection() - Method in class org.eclipse.ui.dialogs.PropertyDialogAction
Returns whether this action is actually applicable to the current selection.
isApplicableForSelection(IStructuredSelection) - Method in class org.eclipse.ui.dialogs.PropertyDialogAction
Returns whether this action is applicable to the current selection.
isApplicationMenu(String) - Method in interface org.eclipse.ui.IWorkbenchWindow
Returns whether the specified menu is an application menu as opposed to a part menu.
isApplicationMenu(IWorkbenchWindowConfigurer, String) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Returns whether the menu with the given id is an application menu of the given window.
isAutoBuilding() - Method in interface org.eclipse.core.resources.IWorkspace
Returns whether this workspace performs auto-builds.
isAutoBuilding() - Method in interface org.eclipse.core.resources.IWorkspaceDescription
Returns whether this workspace performs auto-builds.
isAutoExpandEvent(DocumentEvent) - Method in class org.eclipse.jface.text.ChildDocument
Returns whether the given document might cause this document to auto expand.
isAvailable() - Method in class org.eclipse.debug.ui.AbstractDebugView
Returns whether this view's viewer is currently available.
isAvailable() - Method in interface org.eclipse.help.browser.IBrowserFactory
Checks whether the factory can work on the user system.
isBlockSelected() - Method in class org.eclipse.jface.text.TextViewer
A block is selected if the character preceding the start of the selection is a new line character.
isBooleanPreference(String) - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
isBooleanPreference(String) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Is this preference key for a boolean preference?
isBuffered() - Method in interface org.eclipse.debug.core.model.IFlushableStreamMonitor
Returns whether the contents of this monitor's underlying stream is buffered.
isBuildRunning() - Static method in class org.eclipse.ant.core.AntRunner
Returns whether an Ant build is already in progress Only one Ant build can occur at any given time.
isCachingEnabled(String) - Static method in class org.eclipse.team.core.sync.RemoteContentsCache
Returns whether caching has been enabled for the given Id.
isCancelEnabled() - Method in interface org.eclipse.jface.action.IStatusLineManager
Returns whether the cancel button on the status line's progress monitor is enabled.
isCancelEnabled() - Method in class org.eclipse.jface.action.StatusLineManager
 
isCancelEnabled() - Method in class org.eclipse.jface.action.SubStatusLineManager
 
isCanceled() - Method in interface org.eclipse.core.runtime.IProgressMonitor
Returns whether cancelation of current operation has been requested.
isCanceled() - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation returns the value of the internal state variable set by setCanceled.
isCanceled() - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
isCanceled() - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
 
isCanceled() - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
Implements IProgressMonitor.isCanceled.
isCanceled() - Method in class org.eclipse.update.core.InstallMonitor
Check is use indicated that the operation be cancelled.
isCaseIgnored() - Method in class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
Returns if sorting, filtering and folding is case sensitive.
isCellEditorActive() - Method in class org.eclipse.jface.viewers.TableTreeViewer
Returns whether there is an active cell editor.
isCellEditorActive() - Method in class org.eclipse.jface.viewers.TableViewer
Returns whether there is an active cell editor.
isChangeInformationShowing() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isChangeInformationShowing() - Method in class org.eclipse.ui.texteditor.ExtendedTextEditor
 
isChangeInformationShowing() - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension3
Returns the quick diff display state.
isChecked() - Method in class org.eclipse.jface.action.Action
 
isChecked() - Method in interface org.eclipse.jface.action.IAction
Returns the checked status of this action.
isChecked() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
isClipped() - Method in class org.eclipse.swt.graphics.GC
Returns true if the receiver has a clipping region set into it, and false otherwise.
isCloseSupported() - Method in interface org.eclipse.help.browser.IBrowser
Queries the browser if close method is supported.
isCompatibleWith(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Compares two version identifiers for compatibility.
isComplete() - Method in class org.eclipse.ui.keys.KeySequence
Returns whether or not this key sequence is complete.
isComplete() - Method in class org.eclipse.ui.keys.KeyStroke
Returns whether or not this key stroke is complete.
isConflicting(ISchedulingRule) - Method in interface org.eclipse.core.runtime.jobs.ISchedulingRule
Returns whether this scheduling rule is compatible with another scheduling rule.
isConflicting(ISchedulingRule) - Method in class org.eclipse.core.runtime.jobs.MultiRule
 
isContainer() - Method in interface org.eclipse.team.core.sync.ILocalSyncElement
Answer if the sync node is a container and may have children.
isContainer() - Method in interface org.eclipse.team.core.sync.IRemoteResource
Answers if the remote element may have children.
isContainer() - Method in class org.eclipse.team.core.sync.LocalSyncElement
 
isContainer() - Method in interface org.eclipse.ui.progress.IDeferredWorkbenchAdapter
Returns whether this adapter may have children.
isContentCreated() - Method in interface org.eclipse.jface.wizard.IWizardNode
Returns whether a wizard has been created for this node.
isContextHelpDisplayed() - Method in interface org.eclipse.help.IHelp
Deprecated. Use WorkbenchHelp.isContextHelpDisplayed() instead.
isContextHelpDisplayed() - Method in class org.eclipse.ui.help.AbstractHelpUI
Returns whether the context-sensitive help window is currently being displayed.
isContextHelpDisplayed() - Static method in class org.eclipse.ui.help.WorkbenchHelp
Returns whether the context-sensitive help window is currently being displayed.
isContextInformationValid(int) - Method in class org.eclipse.jface.text.contentassist.ContextInformationValidator
 
isContextInformationValid(int) - Method in interface org.eclipse.jface.text.contentassist.IContextInformationValidator
Returns whether the information this validator is installed on is still valid at the given document position.
isContributed() - Method in interface org.eclipse.core.variables.IValueVariable
Returns whether this variable was contributed by an extension.
isControlCreated() - Method in class org.eclipse.jface.dialogs.DialogPage
Tests whether this page's UI content has already been created.
isCopyEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the copy action.
isCopyEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method returns true if the current selection is not empty.
isCorrect(Object) - Method in class org.eclipse.jface.viewers.CellEditor
Returns whether the given value is valid for this cell editor.
isCurrentPage() - Method in class org.eclipse.jface.wizard.WizardPage
Returns whether this page is the current one in the wizard's container.
isCurrentPageValid() - Method in class org.eclipse.jface.preference.PreferenceDialog
Returns whether the current page is valid.
isCutEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the cut action.
isCutEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method returns true if the current selection is not empty.
isDebugging() - Method in class org.eclipse.core.runtime.Plugin
Returns whether this plug-in is in debug mode.
isDefault() - Method in class org.eclipse.ant.core.Property
Returns whether this Ant property has been created because of an extension point definition.
isDefault() - Method in class org.eclipse.ant.core.TargetInfo
Returns whether this is the build file default target.
isDefault(String) - Method in class org.eclipse.core.runtime.Preferences
Returns whether the property with the given name has the default value in virtue of having no explicitly set value.
isDefault(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns whether the current value of the preference with the given name has the default value.
isDefault(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
isDeferredAdapter(Object) - Method in class org.eclipse.ui.progress.DeferredTreeContentManager
Return whether or not the element is or adapts to an IDeferredWorkbenchAdapter.
isDefined(String) - Method in interface org.eclipse.core.resources.IPathVariableManager
Returns true if the given variable is defined and false otherwise.
isDefined() - Method in interface org.eclipse.ui.activities.IActivity
Returns whether or not this instance is defined.
isDefined() - Method in interface org.eclipse.ui.activities.ICategory
Returns whether or not this instance is defined.
isDefined() - Method in interface org.eclipse.ui.commands.ICategory
Returns whether or not the category represented by this handle is defined.
isDefined() - Method in interface org.eclipse.ui.commands.ICommand
Returns whether or not the command represented by this handle is defined.
isDefined() - Method in interface org.eclipse.ui.commands.IKeyConfiguration
Returns whether or not the key configuration represented by this handle is defined.
isDefined() - Method in interface org.eclipse.ui.contexts.IContext
Returns whether or not this instance is defined.
isDeleteEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the delete action.
isDeleteEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method returns true if there is a selection or if the caret is not positioned at the end of the text.
isDeleted - Variable in class org.eclipse.jface.text.Position
Indicates whether the position has been deleted
isDeleted() - Method in class org.eclipse.jface.text.Position
Returns whether this position has been deleted or not.
isDeleted() - Method in class org.eclipse.text.edits.TextEdit
Returns whether this edit has been deleted or not.
isDeleted(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
isDeleted(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
 
isDeleted(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
isDeleted(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
isDeleted(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Returns whether the given element has been deleted.
isDerived() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource subtree is marked as derived.
isDerived() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is derived.
isDirect - Variable in class org.eclipse.swt.graphics.PaletteData
true if the receiver is a direct palette, and false otherwise
isDirectory() - Method in class org.eclipse.ui.dialogs.FileSystemElement
Returns true if this element represents a directory, and false otherwise.
isDirty() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns whether changes have been applied to this file buffer since initialization, or the most recent revert or commit call.
isDirty() - Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
Returns whether this configuration has been modified since it was last saved or created.
isDirty() - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
Returns whether this tab is dirty.
isDirty() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns false.
isDirty() - Method in class org.eclipse.jface.action.ContributionManager
 
isDirty() - Method in interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is dirty.
isDirty() - Method in interface org.eclipse.jface.action.IContributionManager
Returns whether the list of contributions has recently changed and has yet to be reflected in the corresponding widgets.
isDirty() - Method in class org.eclipse.jface.action.SubContributionItem
 
isDirty() - Method in class org.eclipse.jface.action.SubContributionManager
 
isDirty() - Method in class org.eclipse.jface.viewers.CellEditor
Returns whether the value of this cell editor has changed since the last call to setValue.
isDirty() - Method in class org.eclipse.swt.ole.win32.OleClientSite
 
isDirty() - Method in interface org.eclipse.ui.IEditorReference
Returns true if the editor is dirty otherwise returns false.
isDirty() - Method in interface org.eclipse.ui.ISaveablePart
Returns whether the contents of this part have changed since the last save operation.
isDirty() - Method in class org.eclipse.ui.actions.NewWizardMenu
 
isDirty() - Method in class org.eclipse.ui.actions.PerspectiveMenu
 
isDirty() - Method in class org.eclipse.ui.part.EditorPart
 
isDirty() - Method in class org.eclipse.ui.part.MultiEditor
 
isDirty() - Method in class org.eclipse.ui.part.MultiPageEditorPart
The MultiPageEditorPart implementation of this IEditorPart method returns whether the contents of any of this multi-page editor's nested editors have changed since the last save.
isDirty() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isDisconnected() - Method in class org.eclipse.debug.core.Launch
 
isDisconnected() - Method in interface org.eclipse.debug.core.model.IDisconnect
Returns whether this element is disconnected.
isDisposed() - Method in class org.eclipse.swt.dnd.Clipboard
Returns true if the clipboard has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Color
Returns true if the color has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Cursor
Returns true if the cursor has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Device
Returns true if the device has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Font
Returns true if the font has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.GC
Returns true if the GC has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Image
Returns true if the image has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Region
Returns true if the region has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.widgets.Widget
Returns true if the widget has been disposed, and false otherwise.
isDoublePreference(String) - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
isDoublePreference(String) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Is this preference key for a double preference?
isDynamic() - Method in class org.eclipse.jface.action.ActionContributionItem
The action item implementation of this IContributionItem method returns true for menu items and false for everything else.
isDynamic() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns false.
isDynamic() - Method in interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is dynamic.
isDynamic() - Method in class org.eclipse.jface.action.MenuManager
 
isDynamic() - Method in class org.eclipse.jface.action.SubContributionItem
 
isDynamic() - Method in class org.eclipse.jface.action.SubMenuManager
 
isDynamic() - Method in class org.eclipse.ui.actions.NewWizardMenu
 
isDynamic() - Method in class org.eclipse.ui.actions.OpenWithMenu
 
isDynamic() - Method in class org.eclipse.ui.actions.PerspectiveMenu
 
isDynamic() - Method in class org.eclipse.ui.commands.CommandContributionItem
The command item implementation of this IContributionItem method returns true for menu items and false for everything else.
isEOF() - Method in interface org.eclipse.jface.text.rules.IToken
Return whether this token represents End Of File.
isEOF() - Method in class org.eclipse.jface.text.rules.Token
 
isEditable() - Method in interface org.eclipse.compare.IEditableContent
Returns true if this object can be modified.
isEditable() - Method in class org.eclipse.compare.ResourceNode
 
isEditable() - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
 
isEditable() - Method in interface org.eclipse.jface.text.IFindReplaceTarget
Returns whether this target can be modified.
isEditable() - Method in interface org.eclipse.jface.text.ITextViewer
Returns whether the shown text can be manipulated.
isEditable() - Method in class org.eclipse.jface.text.TextViewer
 
isEditable() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isEditable() - Method in interface org.eclipse.ui.texteditor.ITextEditor
Returns whether the text in this text editor can be changed by the user.
isEditorAreaVisible() - Method in interface org.eclipse.ui.IPageLayout
Returns whether the page's layout will show the editor area.
isEditorAreaVisible() - Method in interface org.eclipse.ui.IWorkbenchPage
Returns whether the page's current perspective is showing the editor area.
isEditorInputModifiable() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isEditorInputModifiable() - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension2
Returns whether the editor's input can be persistently be modified.
isEditorInputReadOnly() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isEditorInputReadOnly() - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension
Returns whether the editor's input is read-only.
isEditorPinned(IEditorPart) - Method in interface org.eclipse.ui.IWorkbenchPage
Returns true if the editor is pinned and should not be reused.
isEmpty() - Method in class org.eclipse.compare.CompareViewerSwitchingPane
Returns true if no viewer is installed or if the current viewer is a NullViewer.
isEmpty() - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path has no segments and is not a root path.
isEmpty() - Method in class org.eclipse.core.runtime.Path
 
isEmpty() - Method in class org.eclipse.jface.action.ContributionManager
 
isEmpty() - Method in interface org.eclipse.jface.action.IContributionManager
Returns whether this manager has any contribution items.
isEmpty() - Method in class org.eclipse.jface.action.SubContributionManager
 
isEmpty() - Method in class org.eclipse.jface.text.DocumentPartitioningChangedEvent
Returns true if the set of changed partitionings is empty.
isEmpty() - Method in class org.eclipse.jface.text.MarkSelection
 
isEmpty() - Method in class org.eclipse.jface.text.TextPresentation
Returns whether this collection contains any style range including the default style range.
isEmpty() - Method in class org.eclipse.jface.text.TextSelection
Returns true if the offset and length are smaller than 0.
isEmpty() - Method in class org.eclipse.jface.text.source.AnnotationModelEvent
Returns whether this annotation model event is empty or not.
isEmpty() - Method in class org.eclipse.jface.util.DelegatingDragAdapter
Returns true if there are no listeners to delegate drag events to.
isEmpty() - Method in class org.eclipse.jface.util.DelegatingDropAdapter
Returns true if there are no listeners to delegate events to.
isEmpty() - Method in class org.eclipse.jface.util.ListenerList
Returns whether this listener list is empty.
isEmpty() - Method in interface org.eclipse.jface.viewers.ISelection
Returns whether this selection is empty.
isEmpty() - Method in class org.eclipse.jface.viewers.StructuredSelection
 
isEmpty() - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the receiver does not cover any area in the (x, y) coordinate plane, and false if the receiver does cover some area in the plane.
isEmpty() - Method in class org.eclipse.swt.graphics.Region
Returns true if the receiver does not cover any area in the (x, y) coordinate plane, and false if the receiver does cover some area in the plane.
isEmpty() - Method in class org.eclipse.team.ui.synchronize.actions.SyncInfoSet
 
isEmpty() - Method in class org.eclipse.ui.dialogs.FilteredList
Tests if the list (before folding and filtering) is empty.
isEmpty() - Method in class org.eclipse.ui.keys.KeySequence
Returns whether or not this key sequence is empty.
isEmptyStringAllowed() - Method in class org.eclipse.jface.preference.StringFieldEditor
Returns whether an empty string is a valid value.
isEnabled() - Method in class org.eclipse.debug.core.model.Breakpoint
 
isEnabled() - Method in interface org.eclipse.debug.core.model.IBreakpoint
Returns whether this breakpoint is enabled
isEnabled() - Method in interface org.eclipse.debug.core.model.IWatchExpression
Returns whether this expression is enabled.
isEnabled() - Method in class org.eclipse.jface.action.Action
 
isEnabled() - Method in class org.eclipse.jface.action.ActionContributionItem
 
isEnabled() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns true.
isEnabled() - Method in interface org.eclipse.jface.action.IAction
Returns whether this action is enabled.
isEnabled() - Method in interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is enabled.
isEnabled() - Method in interface org.eclipse.jface.action.IMenuManager
Returns whether this menu should be enabled or not.
isEnabled() - Method in class org.eclipse.jface.action.MenuManager
Returns whether this menu should be enabled or not.
isEnabled() - Method in class org.eclipse.jface.action.SubContributionItem
 
isEnabled() - Method in class org.eclipse.jface.action.SubMenuManager
 
isEnabled() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Returns whether this manager is enabled or not.
isEnabled(DropTargetEvent) - Method in interface org.eclipse.jface.util.TransferDropTargetListener
Returns true if this listener can handle the drop based on the given DropTargetEvent.
isEnabled() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.MenuItem
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.Shell
 
isEnabled() - Method in class org.eclipse.swt.widgets.ToolItem
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.team.ui.synchronize.actions.SubscriberAction
The default enablement behavior for subscriber actions is to enable the action if there is at least one SyncInfo in the selection for which the action is enabled (determined by invoking isEnabled(SyncInfo)).
isEnabled() - Method in class org.eclipse.ui.actions.NewWizardMenu
 
isEnabled() - Method in interface org.eclipse.ui.activities.IActivity
Returns whether or not this instance is enabled.
isEnabled() - Method in interface org.eclipse.ui.activities.IIdentifier
Returns whether or not this instance is enabled.
isEnabled() - Method in class org.eclipse.ui.commands.CommandContributionItem
 
isEnabled() - Method in interface org.eclipse.ui.commands.ICommand
Returns whether or not this command is enabled.
isEnabled() - Method in interface org.eclipse.ui.commands.IHandler
 
isEnabled() - Method in interface org.eclipse.ui.contexts.IContext
Returns whether or not this instance is enabled.
isEnabled(boolean) - Method in interface org.eclipse.ui.texteditor.IReadOnlyDependent
Returns whether the actions would be enabled if its target would be enabled given the writable state described by isWritable.
isEnabled(boolean) - Method in class org.eclipse.ui.texteditor.ShiftAction
 
isEnabled() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
isEnabled() - Method in interface org.eclipse.ui.texteditor.quickdiff.IQuickDiffProviderImplementation
Gives the implementation a hook to publish its enablement.
isEnabledAllowed() - Method in class org.eclipse.jface.action.ActionContributionItem
Returns true if this item is allowed to enable, false otherwise.
isEnabledAllowed() - Method in class org.eclipse.ui.commands.CommandContributionItem
Returns true if this item is allowed to enable, false otherwise.
isEnabledForSelection(ISelection) - Method in class org.eclipse.ui.SelectionEnabler
Returns true if the given selection matches the conditions specified in IConfirgurationElement.
isEquivalentTo(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Compares two version identifiers for equivalency.
isErrorStatus(IStatus) - Method in class org.eclipse.ui.texteditor.ExtendedTextEditor
 
isErrorStatus(IStatus) - Method in class org.eclipse.ui.texteditor.StatusTextEditor
Returns whether the given status indicates an error.
isEvaluation() - Method in class org.eclipse.debug.core.DebugEvent
Returns whether this event's detail indicates an evaluation.
isExclusive() - Method in interface org.eclipse.update.core.IFeature
Indicates whether the feature must be processed alone during installation and configuration.
isExclusive() - Method in class org.eclipse.update.core.model.FeatureModel
Indicates whether the feature must be processed alone during installation and configuration.
isExistingLaunchConfigurationName(String) - Method in interface org.eclipse.debug.core.ILaunchManager
Return true if there is a launch configuration with the specified name, false otherwise.
isExpandable(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Return whether the tree node representing the given element can be expanded.
isExported() - Method in interface org.eclipse.core.runtime.ILibrary
Returns whether the library is exported.
isExported() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates whether this prerequisite plug-in is further exposed to any plug-ins that declare a dependency on this plug-in.
isFastView() - Method in interface org.eclipse.ui.IViewReference
Returns true if the view is a fast view otherwise returns false.
isFeatureImport() - Method in class org.eclipse.update.core.model.ImportModel
Returns the isFeatureImport.
isFeatureVerification() - Method in interface org.eclipse.update.core.IVerificationResult
Indicates whether the referenced file is part of the overall feature definition, or one of its component plug-in or non-plug-in entries.
isFilterProperty(Object, String) - Method in class org.eclipse.jface.viewers.ViewerFilter
Returns whether this viewer filter would be affected by a change to the given property of the given element.
isFiltering() - Static method in class org.eclipse.ui.activities.WorkbenchActivityHelper
 
isFindEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the find action.
isFirstStep() - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
 
isFirstStep() - Method in interface org.eclipse.jface.text.reconciler.IReconcileStep
Returns whether this is the first reconcile step or not.
isFloatPreference(String) - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
isFloatPreference(String) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Is this preference key for a float preference?
isFocusControl() - Method in class org.eclipse.jface.text.DefaultInformationControl
 
isFocusControl() - Method in interface org.eclipse.jface.text.IInformationControl
Returns whether this information control has the focus.
isFocusControl() - Method in class org.eclipse.swt.custom.CCombo
 
isFocusControl() - Method in class org.eclipse.swt.ole.win32.OleClientSite
 
isFocusControl() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver has the user-interface focus, and false otherwise.
isFolded() - Method in class org.eclipse.jface.text.source.ProjectionAnnotation
Returns the state of this annotation.
isFolder(Object) - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemStructureProvider
 
isFolder(Object) - Method in interface org.eclipse.ui.wizards.datatransfer.IImportStructureProvider
Returns a boolean indicating whether the passed structured element represents a container element (as opposed to a leaf element).
isFolder(Object) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
 
isFragment() - Method in interface org.eclipse.update.core.IPluginEntry
Returns an indication whethyer this entry represents a fragment.
isFragment() - Method in class org.eclipse.update.core.model.PluginEntryModel
Indicates whether the entry describes a full plug-in, or a plug-in fragment.
isFragment(boolean) - Method in class org.eclipse.update.core.model.PluginEntryModel
Indicates whether this entry represents a fragment or plug-in.
isFullyExported() - Method in interface org.eclipse.core.runtime.ILibrary
Returns whether this library is fully exported.
isGoToNextNavigationTarget() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the default value for go to next navigation enablement.
isGoToPreviousNavigationTarget() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the default value for go to previous navigation enablement.
isGranularityContents(int) - Method in class org.eclipse.team.core.sync.RemoteSyncElement
 
isGreaterOrEqualTo(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Compares two version identifiers to see if this one is greater than or equal to the argument.
isGreaterThan(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Compares two version identifiers for order using multi-decimal comparison.
isGroupMarker() - Method in class org.eclipse.jface.action.AbstractGroupMarker
The AbstractGroupMarker implementation of this IContributionItem method returns true iff the id is not null.
isGroupMarker() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns false.
isGroupMarker() - Method in interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is a group marker.
isGroupMarker() - Method in class org.eclipse.jface.action.MenuManager
 
isGroupMarker() - Method in class org.eclipse.jface.action.SubContributionItem
 
isGroupMarker() - Method in class org.eclipse.jface.action.SubMenuManager
 
isHelpAvailable() - Method in interface org.eclipse.jface.wizard.IWizard
Returns whether help is available for this wizard.
isHelpAvailable() - Method in class org.eclipse.jface.wizard.Wizard
 
isHttpProxyEnable() - Static method in class org.eclipse.update.core.SiteManager
Returns true if the connection should use the http proxy server, false otherwise
isIgnored(IFile) - Static method in class org.eclipse.team.core.Team
Deprecated. use isIgnoredHint instead
isIgnored(IResource) - Method in class org.eclipse.team.core.sync.LocalSyncElement
Client can decide is a specific element should be ignored from this sync element's children.
isIgnoredHint(IResource) - Static method in class org.eclipse.team.core.Team
Returns whether the given file should be ignored.
isIgnoredHint(IFile) - Static method in class org.eclipse.team.core.Team
Deprecated. use isIgnoredHint(IResource) instead
isIgnoringAutoEditStrategies() - Method in class org.eclipse.jface.text.TextViewer
Returns whether this viewer ignores the registered auto edit strategies.
isImportant(IWorkbenchPart) - Method in class org.eclipse.debug.ui.AbstractDebugView
 
isImportant(IWorkbenchPart) - Method in class org.eclipse.ui.part.PageBookView
Returns whether the given part should be added to this view.
isInInsertMode() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Deprecated.  
isInSync(int) - Static method in class org.eclipse.team.core.subscribers.SyncInfo
 
isIncrementalReconciler() - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
Returns whether any of the reconciling strategies is interested in detailed dirty region information.
isIntegerPreference(String) - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
isIntegerPreference(String) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Is this preference key for an integer preference?
isInternal() - Method in interface org.eclipse.ui.IEditorDescriptor
Returns whether this editor descriptor will open a regular editor part inside the editor area.
isInterrupted() - Method in class org.eclipse.core.resources.IncrementalProjectBuilder
Returns whether an interrupt request has been made for this build.
isKeyFilterEnabled() - Method in interface org.eclipse.ui.commands.IWorkbenchCommandSupport
Tests whether the global key binding architecture is currently active.
isLabelProperty(Object, String) - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
The DecoratingLabelProvider implementation of this IBaseLabelProvider method returns true if the corresponding method on the nested label provider returns true or if the corresponding method on the decorator returns true.
isLabelProperty(Object, String) - Method in interface org.eclipse.jface.viewers.IBaseLabelProvider
Returns whether the label would be affected by a change to the given property of the given element.
isLabelProperty(Object, String) - Method in class org.eclipse.jface.viewers.LabelProvider
The LabelProvider implementation of this IBaseLabelProvider method returns true.
isLastStep() - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
 
isLastStep() - Method in interface org.eclipse.jface.text.reconciler.IReconcileStep
Returns whether this is the last reconcile step or not.
isLaunchInBackground(ILaunchConfiguration) - Static method in class org.eclipse.debug.ui.CommonTab
Returns whether the given configuration should be launched in the background.
isLeftEditable() - Method in class org.eclipse.compare.CompareConfiguration
Returns whether the left hand side of a merge viewer is editable.
isLeftEditable(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns whether the left side is editable.
isLegacy() - Method in interface org.eclipse.core.runtime.IPluginDescriptor
Returns whether the plug-in described by this descriptor is a pre-3.0 style plugin and requires backward compatibility support.
isLegal(boolean) - Static method in class org.eclipse.jface.text.Assert
Asserts that an argument is legal.
isLegal(boolean, String) - Static method in class org.eclipse.jface.text.Assert
Asserts that an argument is legal.
isLegal(boolean) - Static method in class org.eclipse.jface.util.Assert
Asserts that an argument is legal.
isLegal(boolean, String) - Static method in class org.eclipse.jface.util.Assert
Asserts that an argument is legal.
isLineNumberRulerVisible() - Method in class org.eclipse.ui.texteditor.ExtendedTextEditor
Returns whether the line number ruler column should be visible according to the preference store settings.
isLinked() - Method in interface org.eclipse.core.resources.IResource
FIXME: a linked resource *can* point to a location inside of the project's location area.
isLinked() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is a linked resource.
isLinkingAllowed() - Method in interface org.eclipse.core.resources.IProjectNatureDescriptor
Returns whether this project nature allows linked resources to be created in projects where this nature is installed.
isLinkingEnabled() - Method in interface org.eclipse.ui.views.navigator.IResourceNavigator
Returns whether this navigator's selection automatically tracks the active editor.
isLinkingEnabled() - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Returns whether the navigator selection automatically tracks the active editor.
isListening(int) - Method in class org.eclipse.swt.widgets.Widget
Returns true if there are any listeners for the specified event type associated with the receiver, and false otherwise.
isLocal(int) - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource and its members (to the specified depth) are expected to have their contents (and properties) available locally.
isLocal() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns whether this launch configuration is stored locally with the workspace.
isLocalReference() - Method in class org.eclipse.update.core.ContentReference
Indicates whether the reference is a local file reference.
isLocalReference() - Method in class org.eclipse.update.core.JarEntryContentReference
Indicates whether the reference is to a an entry within a local jar.
isLockOwnerThread() - Method in class org.eclipse.core.runtime.jobs.LockListener
Returns whether this thread currently owns any locks
isLongPreference(String) - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
isLongPreference(String) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Is this preference key for a long preference?
isMarkedDeleted() - Method in class org.eclipse.jface.text.source.Annotation
Returns whether this annotation is marked as deleted.
isMarkerType(IMarker, String) - Static method in class org.eclipse.ui.texteditor.MarkerUtilities
Returns whether the given marker is of the given type (either directly or indirectly).
isMatch(String, Set) - Method in interface org.eclipse.ui.activities.IActivityManager
Deprecated.  
isMatchedAsCompatible() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates that this plug-in prerequisite can be resolved against a configured plug-in with a compatible identifier.
isMatchedAsEquivalent() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates that this plug-in prerequisite can only be resolved against a configured plug-in with an equivalent plug-in identifier.
isMatchedAsExact() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates that this plug-in prerequisite can only be resolved against a configured plug-in with exactly the same plug-in identifier.
isMatchedAsGreaterOrEqual() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates that this plug-in prerequisite can be resolved against a configured plug-in with an identifier that is greater than or equal to it.
isMatchedAsPerfect() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates that this plug-in prerequisite can only be resolved against a configured plug-in with a plug-in identifier that is perfectly equal.
isModalContextThread(Thread) - Static method in class org.eclipse.jface.operation.ModalContext
Returns whether the given thread is running a modal context.
isModifiable(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
isModifiable(Object) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
 
isModifiable(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
 
isModifiable(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
isModifiable(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
isModifiable(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension
Returns whether the document provider thinks that the given element can persistently be modified.
isMultiLine(Annotation) - Method in interface org.eclipse.jface.text.source.IAnnotationAccess
Deprecated. assumed to always return true
isMultiLine(Annotation) - Method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
 
isMultiStatus() - Method in interface org.eclipse.core.runtime.IStatus
Returns whether this status is a multi-status.
isMultiStatus() - Method in class org.eclipse.core.runtime.MultiStatus
 
isMultiStatus() - Method in class org.eclipse.core.runtime.Status
 
isNatureEnabled(String) - Method in interface org.eclipse.core.resources.IProject
Returns true if the project nature specified by the given nature extension id is enabled for this project, and false otherwise.
isNotNull(Object) - Static method in class org.eclipse.jface.text.Assert
Asserts that the given object is not null.
isNotNull(Object, String) - Static method in class org.eclipse.jface.text.Assert
Asserts that the given object is not null.
isNotNull(Object) - Static method in class org.eclipse.jface.util.Assert
Asserts that the given object is not null.
isNotNull(Object, String) - Static method in class org.eclipse.jface.util.Assert
Asserts that the given object is not null.
isOK() - Method in interface org.eclipse.core.runtime.IStatus
Returns whether this status indicates everything is okay (neither info, warning, nor error).
isOK() - Method in class org.eclipse.core.runtime.Status
 
isObsolete() - Method in interface org.eclipse.debug.core.model.IWatchExpression
Returns whether this expression's value is obsolete.
isOleFile(File) - Static method in class org.eclipse.swt.ole.win32.OLE
Returns true if the specified file has an OLE Storage format.
isOpen() - Method in interface org.eclipse.core.resources.IProject
Returns whether this project is open.
isOpenExternal() - Method in interface org.eclipse.ui.IEditorDescriptor
Returns whether this editor descriptor will open an external editor in a new window outside the workbench.
isOpenInPlace() - Method in interface org.eclipse.ui.IEditorDescriptor
Returns whether this editor descriptor will open an external editor in-place inside the editor area.
isOptional() - Method in interface org.eclipse.core.runtime.IPluginPrerequisite
Indicates whether this plug-in prerequisite is optional.
isOptional() - Method in interface org.eclipse.update.core.IIncludedFeatureReference
Returns true if the feature is optional, false otherwise.
isOptional() - Method in class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Returns the isOptional
isOptional(boolean) - Method in class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Sets the isOptional.
isOther() - Method in interface org.eclipse.jface.text.rules.IToken
Return whether this token is neither undefined, nor whitespace, nor EOF.
isOther() - Method in class org.eclipse.jface.text.rules.Token
 
isOverviewRulerVisible() - Method in class org.eclipse.ui.texteditor.ExtendedTextEditor
Tells whether the overview ruler is visible.
isPageComplete() - Method in interface org.eclipse.jface.wizard.IWizardPage
Returns whether this page is complete or not.
isPageComplete() - Method in class org.eclipse.jface.wizard.WizardPage
The WizardPage implementation of this IWizard method returns the value of an internal state variable set by setPageComplete.
isPaintingAnnotations() - Method in class org.eclipse.jface.text.source.AnnotationPainter
Returns whether the list of annotation types whose annotations are painted by this painter contains at least on element.
isPartVisible(IWorkbenchPart) - Method in interface org.eclipse.ui.IWorkbenchPage
Returns whether the specified part is visible.
isPartialMatch(KeySequence) - Method in interface org.eclipse.ui.commands.ICommandManager
TODO javadoc
isPasteEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the paste action.
isPasteEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method always returns true.
isPatch() - Method in class org.eclipse.update.core.FeatureReference
Returns true if this feature is patching another feature, false otherwise
isPatch() - Method in interface org.eclipse.update.core.IFeature
Returns true if this feature is patching another feature, false otherwise
isPatch() - Method in interface org.eclipse.update.core.IFeatureReference
Returns true if this feature is patching another feature, false otherwise
isPatch() - Method in interface org.eclipse.update.core.IImport
Returns the patch mode.
isPatch() - Method in class org.eclipse.update.core.model.FeatureModel
Returns true if this feature is patching another feature, false otherwise
isPatch() - Method in class org.eclipse.update.core.model.ImportModel
Returns the patch mode.
isPending() - Method in interface org.eclipse.debug.core.model.IWatchExpression
Returns whether the result of this watch expression is pending.
isPerfect(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
Compares two version identifiers for perfect equality.
isPerfectMatch(KeySequence) - Method in interface org.eclipse.ui.commands.ICommandManager
TODO javadoc
isPersisted() - Method in class org.eclipse.debug.core.model.Breakpoint
 
isPersisted() - Method in interface org.eclipse.debug.core.model.IBreakpoint
Returns whether this breakpoint is to be persisted across workspace invocations, or when a project is closed and re-opened.
isPersistent() - Method in class org.eclipse.jface.text.source.Annotation
Returns whether this annotation is persistent.
isPhantom() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is a phantom resource.
isPhantom() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is a phantom resource.
isPinned() - Method in interface org.eclipse.ui.IEditorReference
Returns true if the editor is pinned otherwise returns false.
isPluginActivated() - Method in interface org.eclipse.core.runtime.IPluginDescriptor
Returns whether the plug-in described by this descriptor has been activated.
isPluginLoaded() - Method in class org.eclipse.ui.texteditor.quickdiff.ReferenceProviderDescriptor
States whether the plugin declaring this extensionhas been loaded already.
isPrefQuickDiffAlwaysOn() - Method in class org.eclipse.ui.texteditor.ExtendedTextEditor
Returns whether quick diff info should be visible upon opening an editor according to the preference store settings.
isPreferenceKey(String) - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns whether the given string is a preference key.
isPrefixOf(IPath) - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is a prefix of the given path.
isPrefixOf(IPath) - Method in class org.eclipse.core.runtime.Path
 
isPrimary() - Method in interface org.eclipse.update.core.IFeature
Indicates whether the feature can be used as a primary feature.
isPrimary() - Method in class org.eclipse.update.core.model.FeatureModel
Indicates whether the feature can be used as a primary feature.
isPrintable() - Method in class org.eclipse.jface.text.TextViewer
Returns whether the shown text can be printed.
isPrivate(ILaunchConfiguration) - Static method in class org.eclipse.debug.ui.DebugUITools
Returns whether the given launch configuraiton is private.
isPropertySet(Object) - Method in class org.eclipse.ui.views.properties.ResourcePropertySource
 
isPublic() - Method in interface org.eclipse.debug.core.ILaunchConfigurationType
Returns whether this launch configuration type is public.
isQueueEmpty() - Method in class org.eclipse.team.core.subscribers.BackgroundEventHandler
Return whether there are unprocessed events on the event queue.
isReadOnly() - Method in interface org.eclipse.core.resources.IFile
Returns whether this file is read-only.
isReadOnly() - Method in interface org.eclipse.core.resources.IFileState
Returns whether this file state is read-only.
isReadOnly() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is marked as read-only in the file system.
isReadOnly() - Method in interface org.eclipse.core.resources.IStorage
Returns whether this storage is read-only.
isReadOnly() - Method in class org.eclipse.debug.ui.console.ConsoleColorProvider
 
isReadOnly() - Method in interface org.eclipse.debug.ui.console.IConsoleColorProvider
Returns whether the console associated with this color provider's process can currently accept keyboard input.
isReadOnly(Object) - Method in class org.eclipse.ui.editors.text.StorageDocumentProvider
 
isReadOnly(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
 
isReadOnly(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
isReadOnly(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
isReadOnly(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension
Returns whether the document provider thinks that the given element is read-only.
isReadOnly() - Method in class org.eclipse.update.core.model.ModelObject
Returns whether or not this model object is read-only.
isRedoEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the redo action.
isRefreshRecursive(ILaunchConfiguration) - Static method in class org.eclipse.debug.ui.RefreshTab
Returns whether the refresh scope specified by the given launch configuration is recursive.
isRegistered(IBreakpoint) - Method in interface org.eclipse.debug.core.IBreakpointManager
Returns whether the given breakpoint is currently registered with this breakpoint manager.
isRegistered() - Method in class org.eclipse.debug.core.model.Breakpoint
 
isRegistered() - Method in interface org.eclipse.debug.core.model.IBreakpoint
Returns whether this breakpoint is currently registered with the breakpoint manager.
isRemoteKnown(IResource) - Method in class org.eclipse.team.core.subscribers.RemoteBytesSynchronizer
Return true if the remote resources associated with the given local resource has been fetched.
isReparentable() - Method in class org.eclipse.swt.widgets.Control
Returns true if the underlying operating system supports this reparenting, otherwise false
isReparentable() - Method in class org.eclipse.swt.widgets.Decorations
 
isRightEditable() - Method in class org.eclipse.compare.CompareConfiguration
Returns whether the right hand side of a merge viewer is editable.
isRightEditable(Object) - Method in interface org.eclipse.compare.contentmergeviewer.IMergeViewerContentProvider
Returns whether the right side is editable.
isRoot() - Method in interface org.eclipse.core.runtime.IPath
Returns whether this path is a root path.
isRoot() - Method in class org.eclipse.core.runtime.Path
 
isSaveAllEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method always returns true.
isSaveAllSet() - Static method in class org.eclipse.ui.actions.BuildAction
Returns whether the user's preference is set to automatically save modified resources before a manual build is done.
isSaveAsAllowed() - Method in interface org.eclipse.ui.ISaveablePart
Returns whether the "Save As" operation is supported by this part.
isSaveAsAllowed() - Method in class org.eclipse.ui.editors.text.TextEditor
 
isSaveAsAllowed() - Method in class org.eclipse.ui.part.EditorPart
 
isSaveAsAllowed() - Method in class org.eclipse.ui.part.MultiEditor
 
isSaveAsAllowed() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
The AbstractTextEditor implementation of this IEditorPart method returns false.
isSaveNeeded() - Method in class org.eclipse.compare.CompareEditorInput
Returns true if there are unsaved changes.
isSaveOnCloseNeeded() - Method in interface org.eclipse.ui.ISaveablePart
Returns whether the contents of this part should be saved when the part is closed.
isSaveOnCloseNeeded() - Method in class org.eclipse.ui.part.EditorPart
 
isSaveOnCloseNeeded() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
isSelectAllEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the select all action.
isSelectAllEnabled() - Method in class org.eclipse.jface.viewers.TextCellEditor
Returns true if this cell editor is able to perform the select all action.
isSelected(int) - Method in class org.eclipse.swt.widgets.List
Returns true if the item is selected, and false otherwise.
isSelected(int) - Method in class org.eclipse.swt.widgets.Table
Returns true if the item is selected, and false otherwise.
isSeparator() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns false.
isSeparator() - Method in interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is a separator.
isSeparator() - Method in class org.eclipse.jface.action.MenuManager
 
isSeparator() - Method in class org.eclipse.jface.action.Separator
The Separator implementation of this IContributionItem method returns true
isSeparator() - Method in class org.eclipse.jface.action.SubContributionItem
 
isSeparator() - Method in class org.eclipse.jface.action.SubMenuManager
 
isSetLocationSupported() - Method in interface org.eclipse.help.browser.IBrowser
Queries the browser if setLocation method is supported.
isSetSizeSupported() - Method in interface org.eclipse.help.browser.IBrowser
Queries the browser if setSize method is supported.
isShared() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns whether this file buffer is shared by more than one client.
isShared(IProject) - Static method in class org.eclipse.team.core.RepositoryProvider
Returns whether the given project is shared or not.
isShowInNextPrevDropdownToolbarAction() - Method in class org.eclipse.ui.texteditor.AnnotationPreference
Returns the default value for the visibility in the next/previous drop down toolbar action.
isShutdown() - Method in class org.eclipse.team.core.subscribers.BackgroundEventHandler
 
isSlaveDocument(IDocument) - Method in class org.eclipse.jface.text.ChildDocumentManager
 
isSlaveDocument(IDocument) - Method in interface org.eclipse.jface.text.ISlaveDocumentManager
Returns whether the given document is a slave document known to this slave document manager.
isSlaveDocument(IDocument) - Method in class org.eclipse.jface.text.ProjectionDocumentManager
 
isSorterProperty(Object, String) - Method in class org.eclipse.jface.viewers.ViewerSorter
Returns whether this viewer sorter would be affected by a change to the given property of the given element.
isSorterProperty(Object, String) - Method in class org.eclipse.ui.model.WorkbenchViewerSorter
 
isStateValidated() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns whether the state of this file buffer has been validated.
isStateValidated(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
 
isStateValidated(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
isStateValidated(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Returns whether validateState has been called for the given element since the element's state has potentially been invalidated.
isStateValidated(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension
Returns whether the state of the given element has been validated.
isStatic() - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipantDescriptor
Returns true if the participant is static and false otherwise.
isStepStart() - Method in class org.eclipse.debug.core.DebugEvent
Returns whether this event's detail indicates the beginning of a step event.
isStepping() - Method in interface org.eclipse.debug.core.model.IStep
Returns whether this element is currently stepping.
isStringPreference(String) - Method in class org.eclipse.jface.text.formatter.FormattingContext
 
isStringPreference(String) - Method in interface org.eclipse.jface.text.formatter.IFormattingContext
Is this preference key for a string preference?
isSubMenuManagerCreated() - Method in class org.eclipse.ui.SubActionBars
Return whether the sub menu manager has been created yet.
isSubStatusLineManagerCreated() - Method in class org.eclipse.ui.SubActionBars
Return whether the sub status line manager has been created yet.
isSubToolBarManagerCreated() - Method in class org.eclipse.ui.SubActionBars
Return whether the sub toolbar manager has been created yet.
isSubstituteFor(IContributionItem) - Method in class org.eclipse.jface.action.MenuManager
 
isSubtype(Object, Object) - Method in interface org.eclipse.jface.text.source.IAnnotationAccessExtension
Returns true if the given annotation is of the given type or false otherwise.
isSubtype(String) - Method in class org.eclipse.ui.texteditor.AnnotationType
 
isSubtype(String, String) - Method in class org.eclipse.ui.texteditor.AnnotationTypeHierarchy
 
isSubtype(Object, Object) - Method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
 
isSubtypeOf(String) - Method in interface org.eclipse.core.resources.IMarker
Returns whether the type of this marker is considered to be a subtype of the given marker type.
isSubtypeOf(String) - Method in interface org.eclipse.core.resources.IMarkerDelta
Returns whether the type of this marker is considered to be a subtype of the given marker type.
isSupervised(IResource) - Method in class org.eclipse.team.core.subscribers.TeamSubscriber
Returns true if this resource is supervised by this subscriber.
isSupportedContentType(String) - Method in class org.eclipse.jface.text.rules.DefaultPartitioner
Returns whether the given type is one of the legal content types.
isSupportedContentType(String) - Method in class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated. Returns whether the given type is one of the legal content types.
isSupportedType(TransferData) - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
 
isSupportedType(TransferData) - Method in class org.eclipse.swt.dnd.Transfer
Returns true if the TransferData data type can be converted using this transfer agent.
isSuspended() - Method in interface org.eclipse.debug.core.model.ISuspendResume
Returns whether this element is currently suspended.
isSynchronized() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Returns whether this file buffer is synchronized with the file system.
isSynchronized(int) - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource and its descendants to the given depth are considered to be in sync with the local file system.
isSynchronized(IResource, int) - Method in interface org.eclipse.core.resources.team.IResourceTree
Returns whether the given resource and its descendants to the given depth are considered to be in sync with the local file system.
isSynchronized(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
isSynchronized(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
 
isSynchronized(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
isSynchronized(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
isSynchronized(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProviderExtension3
Returns whether the information provided for the given element is in sync with the element.
isSystem() - Method in class org.eclipse.core.runtime.jobs.Job
Returns whether this job is a system job.
isSystemExternalEditorAvailable(String) - Method in interface org.eclipse.ui.IEditorRegistry
Returns whether the system has an editor that could handle a file with the given name.
isSystemFileReadOnly(TextFileDocumentProvider.FileInfo) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
isSystemInPlaceEditorAvailable(String) - Method in interface org.eclipse.ui.IEditorRegistry
Returns whether there is an in-place editor that could handle a file with the given name.
isTeamPrivateMember() - Method in interface org.eclipse.core.resources.IResource
Returns whether this resource is a team private member of its parent container.
isTeamPrivateMember() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns whether the resource being visited is a team private member.
isTemporary(Annotation) - Method in interface org.eclipse.jface.text.source.IAnnotationAccess
Deprecated. use Annotation.isPersistent()
isTemporary(Annotation) - Method in class org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess
 
isTerminated() - Method in class org.eclipse.debug.core.Launch
 
isTerminated() - Method in interface org.eclipse.debug.core.model.ITerminate
Returns whether this element is terminated.
isTerminated() - Method in class org.eclipse.debug.core.model.RuntimeProcess
 
isThreeWay() - Method in class org.eclipse.team.core.subscribers.TeamSubscriber
Answers true if the base tree is maintained by this subscriber.
isThreeWay() - Method in interface org.eclipse.team.core.sync.IRemoteSyncElement
Answers true if the base tree is not to be considered during sync comparisons and false if it should.
isTreeLocked() - Method in interface org.eclipse.core.resources.IWorkspace
Returns whether the workspace tree is currently locked.
isTreeLocked() - Method in class org.eclipse.core.resources.WorkspaceLock
Deprecated. Returns whether the workspace tree is locked for resource changes.
isTrue(boolean) - Static method in class org.eclipse.jface.text.Assert
Asserts that the given boolean is true.
isTrue(boolean, String) - Static method in class org.eclipse.jface.text.Assert
Asserts that the given boolean is true.
isTrue(boolean) - Static method in class org.eclipse.jface.util.Assert
Asserts that the given boolean is true.
isTrue(boolean, String) - Static method in class org.eclipse.jface.util.Assert
Asserts that the given boolean is true.
isUNC() - Method in interface org.eclipse.core.runtime.IPath
Returns a boolean value indicating whether or not this path is considered to be in UNC form.
isUNC() - Method in class org.eclipse.core.runtime.Path
 
isUndefined() - Method in interface org.eclipse.jface.text.rules.IToken
Return whether this token is undefined.
isUndefined() - Method in class org.eclipse.jface.text.rules.Token
 
isUndoEnabled() - Method in class org.eclipse.jface.viewers.CellEditor
Returns true if this cell editor is able to perform the undo action.
isUnstyled() - Method in class org.eclipse.swt.custom.StyleRange
Returns whether or not the receiver is unstyled (i.e., does not have any style attributes specified).
isValid(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
 
isValid(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.CommonTab
 
isValid(ILaunchConfiguration) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Returns whether this tab is in a valid state in the context of the specified launch configuration.
isValid(ILaunchConfiguration) - Method in class org.eclipse.debug.ui.RefreshTab
 
isValid(String) - Method in interface org.eclipse.jface.dialogs.IInputValidator
Validates the given string.
isValid() - Method in class org.eclipse.jface.preference.FieldEditor
Returns whether this field editor contains a valid value.
isValid() - Method in interface org.eclipse.jface.preference.IPreferencePage
Returns whether this dialog page is in a valid state.
isValid() - Method in class org.eclipse.jface.preference.PreferencePage
The preference page implementation of an IPreferencePage method returns whether this preference page is valid.
isValid() - Method in class org.eclipse.jface.preference.StringFieldEditor
 
isValid(Object) - Method in interface org.eclipse.jface.viewers.ICellEditorValidator
Returns a string indicating whether the given value is valid; null means valid, and non-null means invalid, with the result being the error message to display to the end user.
isValid(Object) - Method in class org.eclipse.ui.actions.CopyResourceAction
The CopyResourceAction implementation of this ISelectionValidator method checks whether the given path is a good place to copy the selected resources.
isValid(Object) - Method in interface org.eclipse.ui.dialogs.ISelectionValidator
Returns a string indicating whether the given selection is valid.
isValidFor(IDocument, int) - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension
Returns whether this completion proposal is valid for the given position in the given document.
isValidPath(String) - Method in interface org.eclipse.core.runtime.IPath
Returns whether the given string is syntactically correct as a path.
isValidPath(String) - Method in class org.eclipse.core.runtime.Path
 
isValidSegment(String) - Method in interface org.eclipse.core.runtime.IPath
Returns whether the given string is valid as a segment in a path.
isValidSegment(String) - Method in class org.eclipse.core.runtime.Path
 
isValueValid() - Method in class org.eclipse.jface.viewers.CellEditor
Returns whether this cell editor has a valid value.
isVisible() - Method in class org.eclipse.debug.ui.AbstractDebugView
Returns whether this view is currently visible.
isVisible() - Method in class org.eclipse.jface.action.ActionContributionItem
The ActionContributionItem implementation of this ContributionItem method extends the super implementation by also checking whether the command corresponding to this action is active.
isVisible() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method returns the value recorded in an internal state variable, which is true by default.
isVisible() - Method in class org.eclipse.jface.action.GroupMarker
The GroupMarker implementation of this method returns false since group markers are always invisible.
isVisible() - Method in interface org.eclipse.jface.action.IContributionItem
Returns whether this contribution item is visibile within its manager.
isVisible() - Method in class org.eclipse.jface.action.MenuManager
 
isVisible() - Method in class org.eclipse.jface.action.SubContributionItem
 
isVisible() - Method in class org.eclipse.jface.action.SubContributionManager
Returns whether the contribution list is visible.
isVisible() - Method in class org.eclipse.swt.widgets.Caret
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.ui.commands.CommandContributionItem
Whether this contribution item should be visible.
isVisible(ISourceViewer, int, int) - Static method in class org.eclipse.ui.texteditor.AbstractTextEditor
Tells whether the given region is visible in the given source viewer.
isVisible(ITextViewer, int) - Static method in class org.eclipse.ui.texteditor.MarkRegionTarget
Tells whether the given offset is visible in the given text viewer.
isWhitespace() - Method in interface org.eclipse.jface.text.rules.IToken
Return whether this token represents a whitespace.
isWhitespace(char) - Method in interface org.eclipse.jface.text.rules.IWhitespaceDetector
Returns whether the specified character is whitespace.
isWhitespace() - Method in class org.eclipse.jface.text.rules.Token
 
isWordPart(char) - Method in interface org.eclipse.jface.text.rules.IWordDetector
Returns whether the specified character is valid as a subsequent character in a word.
isWordStart(char) - Method in interface org.eclipse.jface.text.rules.IWordDetector
Returns whether the specified character is valid as the first character in a word.
isWorkbenchRunning() - Static method in class org.eclipse.ui.PlatformUI
Returns whether createAndRunWorkbench has been called to create the workbench, and the workbench has yet to terminate.
isWorkingCopy() - Method in interface org.eclipse.debug.core.ILaunchConfiguration
Returns whether this launch configuration is a working copy.
isWorldChange() - Method in class org.eclipse.jface.text.source.AnnotationModelEvent
Returns whether this annotation model events contains detailed information about the modifications applied to the event annotation model or whether it represents a world change, i.e.
item - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The tab item for the operation.
item - Variable in class org.eclipse.swt.dnd.DropTargetEvent
If the associated control is a table or tree, this field contains the item located at the cursor coordinates.
item - Variable in class org.eclipse.swt.events.SelectionEvent
The item that was selected.
item - Variable in class org.eclipse.swt.widgets.Event
the item that the event occurred in (can be null)
itemAdded(IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
The given item was added to the list of contributions.
itemAdded(IContributionItem) - Method in class org.eclipse.jface.action.CoolBarManager
Subclasses may extend this ContributionManager method, but must call super.itemAdded.
itemAdded(IContributionItem, SubContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
Notifies that an item has been added.
itemClosed(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolderAdapter
 
itemClosed(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolderCloseAdapter
 
itemClosed(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolderCloseListener
Sent when the user clicks on the close button of an item in the CTabFolder.
itemRemoved(IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
The given item was removed from the list of contributions.
itemRemoved(IContributionItem) - Method in class org.eclipse.jface.action.CoolBarManager
Subclasses may extend this ContributionManager method, but must call super.itemRemoved.
itemRemoved(IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
Notifies that an item has been removed.
items() - Method in class org.eclipse.jface.action.SubContributionManager
Deprecated. Use getItems(String value) instead.
iterator() - Method in interface org.eclipse.jface.viewers.IStructuredSelection
Returns an iterator over the elements of this selection.
iterator() - Method in class org.eclipse.jface.viewers.StructuredSelection
 

Eclipse Platform
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.